/*
Theme Name: PixelTech - Main
Theme URI: http://mpcreation.net
Description: Child theme for the Blaszok Theme
Author: massivePixelCreation
Author URI: http://mpcreation.net
Template: blaszok
Version: 1.0
Text Domain: pixelweb
Domain Path: /languages
*/

/* AJAX */
#mpcth_page_wrap {
	opacity: 0;

	-webkit-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
}
#mpcth_page_wrap.mpc-loaded {
	opacity: 1;
}
#mpc_preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	z-index: 10000;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
#mpc_preloader.mpc-loaded {
	opacity: 0;
}

#mpc_preloader.mpc-hidden {
	display: none;
}

#mpc_preloader div {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

#mpc_preloader.mpc-loaded div {
	-webkit-transform: scale(0);
	transform: scale(0);
}

#mpc_preloader span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid transparent;
	border-radius: 100% !important;
	border-left-color: inherit;

	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#mpc_preloader span:nth-child(1) {
	border-left-width: 9px;
	-webkit-animation: b_ajax-spin 2s infinite linear;
	animation: b_ajax-spin 2s infinite linear;
	opacity: 0.1;
	filter: alpha(opacity=10);
}

#mpc_preloader span:nth-child(2) {
	border-left-width: 7px;
	-webkit-animation: b_ajax-spin 1.5s infinite linear;
	animation: b_ajax-spin 1.5s infinite linear;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

#mpc_preloader span:nth-child(3) {
	border-left-width: 5px;
	-webkit-animation: b_ajax-spin 1s infinite linear;
	animation: b_ajax-spin 1s infinite linear;
	opacity: 0.3;
	filter: alpha(opacity=30);
}

@-webkit-keyframes b_ajax-spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}
@keyframes b_ajax-spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

/* Content */
*:not([class*="mpc"]):not(i):not(.marvel-devices *) {
	text-transform: none !important;
	border-radius: 0 !important;
	font-family: "Raleway";
}
*:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not([class*="mpc"]):not(i):not(.marvel-devices *) {
	font-family: "Raleway";
}
h1, h2, h3, h4, h5, h6,
h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
	font-family: "Lato" !important;
}

* {
	letter-spacing: .02em;
}

.mpcth-color-main-border {
	border: 0 !important;
}

#mpcth_main {
	margin-bottom: 20px;
}

.page-template-template-lookbook-php #mpcth_content > .mpcth-page,
.page-template-template-fullwidth-php #mpcth_content > .mpcth-page,
.page-template-template-fullwidth-with-sidebar-php #mpcth_content > .mpcth-page,
.page-template-default #mpcth_content > .mpcth-page {
	padding-top: 0;
}

.vc_row[data-vc-full-width="true"]:not([data-vc-stretch-content="true"]) .mpcth-stretch-row_content {
	width: 100%;
}

/* Sidebar */
.mpcth-sidebar-left #mpcth_sidebar .mpcth-sidebar-arrow:after,
.mpcth-sidebar-left #mpcth_sidebar .mpcth-sidebar-arrow:before {
	z-index: 1;
}

.mpcth-sidebar-left #mpcth_sidebar,
#mpcth_page_wrap #mpcth_main #mpcth_content_wrap {
	padding-bottom: 20px;
}

.mpcth-sidebar-left #mpcth_page_wrap #mpcth_sidebar {
	position: relative;
}

.mpcth-sidebar-left #mpcth_page_wrap #mpcth_sidebar:after {
	position: absolute;
	top: 0;
	height: 100vh;
	display: block;
	content: "";
	right: -1px;
	border-right: 1px solid #eee;
}

#mpcth_sidebar .mpcth-widget-column {
	padding-top: 1px;
}

/* Menu */
.mpcth-menu .page_item,
.mpcth-menu .menu-item,
#mpcth_menu .page_item,
#mpcth_menu .menu-item {
	margin: 0 1em;
}

.mpcth-menu > ul > .page_item > a,
.mpcth-menu > .menu-item > a,
#mpcth_menu > ul > .page_item > a,
#mpcth_menu > .menu-item > a {
	padding: 0 .3em;
}

body #mpcth_page_header_content #mpcth_controls_wrap {
	padding: 0;
}

#mpcth_menu li:last-child,
#mpcth_menu li:last-child a {
	margin-right: 0;
	padding-right: 0;
}

.menu-item a {
	text-transform: none;
}

#mpcth_menu .menu-item.mpc-menu-divider a {
	pointer-events: none;
	text-indent: -9999px;
	font-size: 0;
	position: relative;
}
#mpcth_menu .menu-item.mpc-menu-divider {
	position: relative;
	padding: 0;
	height: 21px;
	top: -2px;
}
#mpcth_menu .menu-item.mpc-menu-divider:before {
	content: '';
	position: absolute;
	display: block;
	height: 100%;
	border-right: 1px solid #555;
}

body #mpcth_page_header_content {
	padding: 0 20px;
}

#mpcth_page_wrap #mpcth_page_header_content.mpcth-header-order-l_m_s #mpcth_nav {
	text-align: right;
}

#mpcth_header_second_section .wp-post-image {
	height: 50px;
	width: auto;
	opacity: 0;

	transition: opacity .25s ease-in-out;
}

#mpcth_header_second_section .wp-post-image + h2 {
	margin-left: -51px;

	transition: margin .25s ease-in-out;
}

#mpcth_header_second_section.mpcth-fixed .wp-post-image {
	opacity: 1;
	transition: opacity .25s ease-in-out;
}

#mpcth_header_second_section.mpcth-fixed .wp-post-image + h2 {
	margin-left: 15px;
	transition: margin .25s ease-in-out;
}

#mpcth_header_second_section.mpcth-fixed {
	border-bottom: 1px solid #eeeeee !important;
}

#mpcth_header_second_section.mpcth-fixed .mpcth-header-wrap {
	margin-bottom: -1px;
}

/* Sidebar */
ul.fast-contact li:before {
	display: none;
	padding: 0;
	margin: 0;
}

ul.fast-contact li {
	padding: .15em 0 !important;
}

ul.fast-contact li i {
	margin-right: .25em;
}

ul.fast-contact {
	margin-bottom: 10px;
}

#mpcth_page_wrap .widget ul ul {
	padding-top: .25em;
}

#mpcth_page_wrap .widget .widget-title {
	font-size: 24px;
	margin-bottom: 15px;
}

#mpcth_page_wrap .widget .widget-title span {
	margin: 0;
	padding-bottom: 0;
}

#mpcth_page_wrap .widget .widget-title span:after {
	width: 50px;
	height: 2px;
	display: block;
	content: "";
	margin: 10px 0 -1px 0;
}

#mpcth_content .term-description {
	padding-top: 0;
}

body #mpcth_page_header_content #mpcth_controls_wrap #mpcth_controls_container {
	position: initial;
}

body #mpcth_page_header_content #mpcth_controls_wrap {
	position: relative;
}

.single .mpcth-post .mpcth-post-pagination {
	display: none;
}

#mpcth_page_wrap #mpcth_main .flexslider .flex-direction-nav a {
	border: 1px solid #eee !important;
}

.format-gallery .mpcth-post-thumbnail #main_thumbs .flex-viewport li {
	border: 0;
}

/* Secondary Menu */
#mpcth_page_header_secondary_content #mpcth_secondary_menu:before,
#mpcth_page_header_secondary_content #mpcth_secondary_mini_menu:before {
	display: none;
}
#mpcth_page_header_secondary_content {
	display: flex;
	align-items: center;
}

#mpcth_page_header_secondary_content h2 {
	display: inline-block;
	margin: 0;
	padding: 0;
	flex: 1 0 auto;
}

#mpcth_page_header_secondary_content #mpcth_secondary_menu {
	margin: 0;
	padding: 0;
	flex: 0 1 100%;
	text-align: right;
}

#mpcth_page_header_secondary_content #mpcth_secondary_menu li {
	margin: 0;
}

#mpcth_page_header_secondary_content #mpcth_secondary_menu a {
	padding: 20px;
	font-family: "Lato";
}

#mpcth_page_header_secondary_content #mpcth_secondary_menu li.button a {
	margin: 10px 0 10px 10px;
	border: 2px solid;
	padding: 5px 12px;
	font-size: 13px;
}

#mpcth_page_header_secondary_content #mpcth_secondary_menu li.button span {
	text-transform: uppercase !important;
}

#mpcth_page_header_secondary_content #mpcth_secondary_menu a:hover,
#mpcth_page_header_secondary_content #mpcth_secondary_menu .current-menu-item a {
	color: #ffffff !important;
}

.mpcth-use-advance-colors #mpcth_header_second_section {
	border: 0;
}

/* Headers */
.mpcth-page .mpcth-page-header .mpcth-page-title {
	font-size: 50px !important;
	line-height: 1.1em;
	border: 0 !important;
	margin-bottom: 0 !important;
}

.mpcth-page .mpcth-page-header .mpcth-page-title span {
	padding-bottom: 0 !important;
	margin-left: -.1em;
}

.mpcth-page .mpcth-page-header .mpcth-page-title span:after {
	width: 50px;
	height: 2px;
	display: block;
	content: "";
	margin: 10px 0 -1px 0;
}

#mpcth_content .term-description {
	font-size: 1.083em;
	padding: 0;
	border: 1px solid #eee;
	border-left: 0;
	border-right: 0;
	margin: 0 20px;
}

/* Footer */
#mpcth_footer_socials a {
	color: #fff;
}

#mpcth_footer_copyrights_wrap #mpcth_copyright_menu:before {
	border-left: 1px solid #555;
	margin-top: -.1em;
}

#mpcth_footer_copyrights_wrap > * {
	vertical-align: bottom;
}
#mpcth_footer {
	opacity: 0;
	-webkit-transition: .25s opacity ease-in-out;
	transition: .25s opacity ease-in-out;

	opacity: 1;
	position: relative;
	z-index: 1;
}

#mpcth_page_header_secondary_content #mpcth_secondary_menu .mpcth_controls_container a {
	display: none;
}

/* Footer */
#mpcth_footer #mpcth_footer_section .widget-title {
	border: 0;
	text-transform: none;
}

#mpcth_footer #mpcth_footer_section .widget-title span:after,
#mpcth_page_wrap #mpcth_footer_section ul li:before {
	display: none;
}

#mpcth_page_wrap #mpcth_footer_section ul li {
	padding-left: 0;
}

/*#mpcth_footer #mpcth_footer_section .widget {*/
	/*width: 25%;*/
/*}*/

/*#mpcth_footer #mpcth_footer_section .widget:last-child {*/
	/*width: 50%;*/
/*}*/

#mpcth_footer_content .mpcth-widget-column {
	padding: 2em 0;
}

/* Responsive */
@media screen and (max-width: 1199px) {
	.mpcth-sidebar-left .mpcth-use-advance-colors #mpcth_main_container,
	.mpcth-sidebar-right .mpcth-use-advance-colors #mpcth_main_container {
		position: initial;
	}

	.mpcth-sidebar-left #mpcth_page_wrap #mpcth_sidebar {
		position: absolute;
		height: auto;
		overflow: hidden;
		max-height: 90vh !important;
		top: 65px;
	}

	#mpcth_toggle_mobile_sidebar.active {
		top: 65px;
	}

	a#mpcth_toggle_mobile_sidebar {
		position: absolute;
	}

	.mpcth-sidebar-left #mpcth_sidebar,
	#mpcth_page_wrap #mpcth_main #mpcth_content_wrap {
		padding-bottom: 0;
	}

	#mpcth_nav_mobile .mpcth-mobile-menu > ul > .page_item,
	#mpcth_nav_mobile .mpcth-mobile-menu > .menu-item,
	#mpcth_nav_mobile #mpcth_mobile_menu > ul > .page_item,
	#mpcth_nav_mobile #mpcth_mobile_menu > .menu-item {
		font-weight: 300;
	}

	#mpcth_nav_mobile .mpcth-mobile-menu,
	#mpcth_nav_mobile #mpcth_mobile_menu {
		padding: 0;
	}

	#mpcth_nav_mobile .mpcth-mobile-menu li,
	#mpcth_nav_mobile #mpcth_mobile_menu li {
		padding: 0 20px;
		border-bottom: 1px solid #eee;
	}

	#mpcth_simple_menu {
		padding: 0 !important;
	}

	.mpcth-responsive #mpcth_header_second_section {
		display: block !important;
	}
	.mpcth-responsive #mpcth_page_header_secondary_content {
		visibility: visible !important;
	}

	#mpcth_page_header_secondary_content h2 {
		font-size: 1.53em !important;
	}

	#mpcth_page_header_secondary_content #mpcth_secondary_mini_menu {
		position: absolute;
		z-index: -1;
		left: 0;
		bottom: 0;
		width: 100%;
		margin: 0;
		visibility: hidden;
		-webkit-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}

	#mpcth_page_header_secondary_content #mpcth_secondary_mini_menu.mpcth-active {
		visibility: visible;
		-webkit-transform: translateY( 100% );
		transform: translateY( 100% );
	}

	#mpcth_page_header_secondary_content #mpcth_secondary_mini_menu li {
		display: block;
		text-align: left;
		background: #f7f7f7;
		border-top: 1px solid #eee;
	}

	#mpcth_page_header_secondary_content #mpcth_secondary_mini_menu li a {
		padding: 10px 20px;
		display: block;
		margin: 0;
	}

	#mpcth_page_header_secondary_content #mpcth_secondary_mini_menu li.button a {
		text-align: center;
		margin: 0;
		padding: 10px;
	}

	#mpcth_page_wrap #mpcth_page_header_secondary_content {
		padding: 7px 20px !important;
	}

	#mpcth_page_header_secondary_content #mpcth_secondary_menu .mpcth_controls_container a {
		padding: 0;
		background: none !important;
		color: #666 !important;
		display: block;
	}
}

@media screen and (max-width: 989px) {
	#mpcth_page_wrap #mpcth_page_header_secondary_content {
		padding: 7px 0 !important;
	}
}

@media screen and (max-width: 767px) {
	#mpcth_footer_copyrights_wrap #mpcth_copyright_menu {
		margin: 5px 0 10px 0;
	}
	#mpcth_footer_copyrights_wrap #mpcth_copyright_menu:before {
		display: none;
	}

	#mpcth_footer_copyrights_wrap #mpcth_copyright_menu li:first-of-type {
		margin-left: 0 !important;
	}
	#mpcth_footer_copyrights_wrap > * {
		display: block;
		width: 100%;
		text-align: center;
	}
}

@media screen and (max-width: 600px) {
	#wpadminbar {
		top: -46px;
	}
}

@media screen and (max-width: 550px) {
	#mpcth_page_wrap #mpcth_page_header_content.mpcth-header-order-l_m_s #mpcth_nav {
		display: none;
	}
	body #mpcth_page_header_content {
		display: flex;
		align-items: center;
	}

	body #mpcth_page_header_content #mpcth_logo_wrap,
	body #mpcth_page_header_content #mpcth_controls_wrap {
		display: block;
		width: 100%;
	}

	body #mpcth_page_header_content #mpcth_controls_wrap {
		padding: 0 !important;
	}

	#mpcth_simple_menu {
		float: right;
	}

	.mpcth-sidebar-left #mpcth_page_wrap #mpcth_sidebar {
		top: 98px;
	}

	#mpcth_toggle_mobile_sidebar {
		top: 98px !important;
	}
}

@media screen and (max-width: 480px ) {
	.mpcth-sidebar-left #mpcth_page_wrap #mpcth_sidebar {
		max-width: 100%;
	}

	#mpcth_main {
		margin-bottom: 0;
	}
}


@media only screen and (max-width: 320px) {
	header.mpcth-post-header {
		display: none;
	}
}

/* Secondary Header Wrap size */
.mpcth-responsive .mpcth-header-wrap {
	margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
	.mpcth-responsive .mpcth-header-wrap {
		width: 1200px;
	}
}

@media only screen and (max-width: 979px) {
	.mpcth-responsive .mpcth-header-wrap {
		width: 768px;
	}
}
@media only screen and (max-width : 767px) {
	.mpcth-responsive .mpcth-header-wrap {
		width: 100%;
	}
}

/* MA adjustments */
.mpc-callout.no-hover-background a:hover {
	background: rgba(0,0,0,0) !important;
}

.landing-counter .mpc-counter__counter {
	margin-bottom: 10px;
}

.mpc-callout .mpc-divider {
	width: 80px !important;
}

/* Custom Carousel */
#border-top .vc_column-inner > .wpb_wrapper {
	border-top: 3px solid #e88b38;
}
#border-bottom .vc_column-inner > .wpb_wrapper {
	border-bottom: 3px solid #e88b38;
}

.mpc-carousel__item-wrapper.slick-slide {
	font-size: 14px;
	cursor: pointer;
}
.mpc-carousel__item-wrapper.slick-current {
	vertical-align: top;
}
.mpc-carousel__item-wrapper .wpb_text_column {
	position: relative;
	margin: 0 !important;
	padding: 1.5em .5em !important;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.mpc-carousel__item-wrapper.slick-current .wpb_text_column {
	background: #eee;
}
.mpc-carousel__item-wrapper .wpb_text_column:before {
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	content: "";
	margin-left: 0;
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	border-left: 0 solid transparent;
	border-right: 0 solid transparent;
	border-top: 0 solid;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.mpc-carousel__item-wrapper.slick-current .wpb_text_column:before {
	margin-left: -20px;

	border-left-width: 20px;
	border-right-width: 20px;
	border-top-width: 15px;
}

.mpc-carousel-target {
	display: none !important;
}

.mpc-carousel-target.mpc-visible {
	display: block !important;
}

.mpc-carousel-target .wpb_video_widget {
	margin-bottom: 0 !important;
}


/* Content Responsive */
@media screen and (max-width: 993px) {
	.mpc-callout .mpc-callout__heading {
		margin: 0 !important;
	}
	.mpc-callout-right {
		margin: 0 !important;
	}

	/*.mpc-callout-right .mpc-callout__heading {*/
		/*font-size: 30px !important;*/
	/*}*/
}

@media screen and (max-width: 767px) {
	/*.mpc-callout .mpc-callout__heading {*/
		/*line-height: 1.1 !important;*/
		/*font-size: 50px !important;*/
	/*}*/

	.mpc-buy-now .mpc-button__title {
		font-size: .75em;
		line-height: 1.25em;
		padding: 10px !important;
	}

	.mpc-buy-now {
		padding: 0 10px !important;
	}
}

@media screen and (max-width: 480px) {
	.mpc-callout .mpc-callout__heading {
		font-size: 25px !important;
	}

	.mpc-counter__wrap {
		white-space: nowrap !important;
	}
	.mpc-counter__wrap .mpc-counter__counter {
		display: inline-block;
	}
}

@media screen and (max-width: 320px) {
	.mpc-callout .mpc-callout__heading {
		font-size: 20px !important;
	}

	.mpc-callout .mpc-callout__description {
		font-size: 16px !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 993px) {
	.mpc-callout-right .mpc-callout__heading,
	.mpc-callout-right .mpc-callout__description {
		text-align: left !important;
	}
	.mpc-callout-right .mpc-divider-wrap .mpc-divider {
		margin-left: 0 !important;
	}
}

/* VC Video fix */
.marvel-device.macbook {
	display: block;

	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.mpc-video-playing .marvel-device.macbook {
	width: 1230px;
	height: 768px;
}
.marvel-device.macbook .screen .wpb_video_widget {
	display: block;
	width: 83.4%;
	margin: 0 8.35%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.marvel-device.macbook .screen {
	text-indent: initial;
}
.marvel-device.macbook .bottom-bar {
	bottom: 14px;
	top: initial !important;
}
.marvel-device.macbook .top-bar {
	bottom: 0;
	top: initial !important;
}

.wpb_video_widget .wpb_wrapper .wpb_video_wrapper {
	padding-top: 75% !important;
}
.video-thumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.mpc-embed img {
	cursor: pointer;
}

.mpc-embed + .mpc-play {
	position: absolute;
	cursor: pointer;
	max-width: 25% !important;
	height: auto;
	display: block;
	left: 50%;
	top: 50%;

	-webkit-transform: translate3d( -50%, -50%, 0 );
	transform: translate3d( -50%, -50%, 0 );
}

.mpc-loaded.mpc-embed + .mpc-play {
	display: none;
}


.mpcth-stretch-row_content {
	position: relative;
}
.mpcth-stretch-row_content:after {
	content: "";
	float: none;
	clear: both;
	display: table;
}

.mpc-column.mpc-video-column {
	position: relative;
	z-index: 2;
	left: 0;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.mpc-video-playing:not(#big-video) .mpc-column.mpc-video-column {
	left: 25%;
	width: 50%;
	margin: 0 auto;
	background: #fff;
}
#big-video .mpc-column.mpc-video-column {
	width: 100%;
	left: 0;
	margin: 0 auto;
	background: #fff;
}

.mpc-video-playing.mpc-stage-2:not(#big-video) .mpc-column.mpc-video-column {
	width: 100%;
	left: 0;
}
.mpc-video-playing:not(#big-video) .mpc-video-column .vc_column-inner {
	max-width: 1024px;
	margin: 0 auto;
}

.mpc-video-playing:not(#big-video) .mpc-video-column + .mpc-column {
	position: absolute;
	right: 0;
	z-index: 1;
}

.mpc-custom-stretch .mpcth-stretch-row_content,
.mpc-custom-stretch .mpc-row,
.mpc-custom-stretch .mpc-column {
	position: static;
}

/*.mpc-icon-list .mpc-list__item {*/
	/*padding: 0 3px !important;*/
	/*margin: 0 -5px !important;*/
/*}*/

.mpc-connected-icons .mpc-icon {
	overflow: visible;
}

.marvel-device.macbook {
	width: calc( 100% ) !important;
	height: calc( 100% / 1.6 ) !important;
	max-width: 800px;
	max-height: 500px;
	margin: 0 auto;
}

/* Latest Changes */
#mpcth_main {
	margin-bottom: 0;
}
.mpcth-sidebar-left #mpcth_sidebar, #mpcth_page_wrap #mpcth_main #mpcth_content_wrap,
.page-template-template-lookbook-php .mpcth-page .mpcth-page-content,
.page-template-template-fullwidth-php .mpcth-page .mpcth-page-content,
.page-template-template-fullwidth-with-sidebar-php .mpcth-page .mpcth-page-content,
.page-template-default .mpcth-page .mpcth-page-content {
	padding-bottom: 0;
}

.mpc-toggle-row {
	max-width: 1160px;
	margin: 0 auto;
}

/* New Menu -.- */
a[href="#divider"] {
	pointer-events: none !important;
	cursor: default !important;
}
li.menu-item- {
	pointer-events: none !important;
	cursor: default !important;
}

#mpcth_page_header_wrap #mpcth_header_section {
	transition: all .25s;
}

/*#mpcth_page_header_container {*/
	/*overflow: hidden !important;*/
/*}*/

.transparent-header #mpcth_page_header_container:not(.mpcth-hide):not(.solid) #mpcth_header_section a {
	color: #dddddd !important;
}
.transparent-header #mpcth_page_header_container:not(.mpcth-hide):not(.solid) #mpcth_header_section a:hover {
	color: #ffffff !important;
}

.transparent-header #mpcth_page_header_container:not(.mpcth-hide):not(.solid) #mpcth_header_section {
	background: none;
}
.transparent-header #mpcth_page_header_wrap {
	position: fixed;
	left: 0;
	right: 0;
}

.transparent-header #mpcth_page_header_container.mpcth-hide {
	position: fixed;
	opacity: 1 !important;
	left: 0;
	right: 0;

	transition: height .25s;
}

@media screen and (min-width: 1200px ) {
	.transparent-secondary-header #mpcth_header_second_section:not(.mpcth-fixed) {
		background: transparent !important;
	}
	.transparent-secondary-header #mpcth_header_second_section:not(.mpcth-fixed) a,
	.transparent-secondary-header #mpcth_header_second_section:not(.mpcth-fixed) h2 {
		color: #ffffff !important;
	}
	.transparent-secondary-header #mpcth_header_second_section:not(.mpcth-fixed) .button a:not(:hover) {
		border-color: #ffffff !important;
	}
	.transparent-secondary-header #mpcth_header_second_section:not(.mpcth-fixed) {
		border-bottom: 1px solid rgba( 255,255,255, 0.25 );
	}
}

#mpcth_simple_mobile_nav_wrap {
	height: auto !important;
}
#mpcth_page_header_wrap {
	position: fixed;
	left: 0;
	right: 0;
}

nav.widgetized-nav {
	vertical-align: bottom;
}

.menu-container {
	margin: 0 auto;
	max-width: 1200px;
}

.menu-item-produkty a {
	position: relative;
}

.widgetized-menu {
	height: auto !important;
	padding: 10px 0 !important;

	opacity: 0;
	visibility: hidden !important;

	transition: opacity .25s;
	-webkit-transition: opacity .25s;
}
.widgetized-menu.widgetized-menu.visible {
	visibility: visible !important;
}

.item:hover .widgetized-menu {
	transition: opacity .25s;
	-webkit-transition: opacity .25s;
}

.menu-item-produkty > a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -8px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;

	opacity: 0;

	transition: opacity .25s;
	-webkit-transition: opacity .25s;
}

.menu-item-produkty:hover > a:after {
	opacity: 1;

	transition: opacity .25s;
	-webkit-transition: opacity .25s;
}

.widgetized-menu {
	background: #ffffff;
	color: #2d2d2d;
	border: 0 !important;
	border-radius: 0 !important;
	margin-top: 0 !important;
	cursor: default;
}

.widgetized-menu .widget {
	padding: 0 !important;
}

.widgetized-menu h4 {
	border: none !important;
}

nav.widgetized-nav .widgetized-menu.sub-menu h2.widget-title.widgettitle-in-submenu {
	font-weight: 500;
	font-size: 32px !important;
	text-transform: none !important;
	padding: 20px 0 10px;
	border: 0 !important;
}

.menu-container.menu-container aside {
	padding-bottom: 30px !important;
}
.menu-container.menu-container aside:not(:last-child) {
	border-bottom: 2px solid #eeeeee;
}
.menu-container.menu-container aside:last-child {
	padding-bottom: 20px !important;
}

#mpcth_page_header_wrap #mpcth_page_header_container {
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.transparent-header #mpcth_page_header_container:not(.mpcth-hide):not(.solid) #mpcth_header_section a {
	padding-top: 1em !important;
	padding-bottom: 1em !important;
}

/* Forms */
#lang_sel .lang_sel_sel:after, .mpcthSelect:before {
	pointer-events: none;
}
.wpcf7 label,
.wpcf7 input,
.wpcf7 textarea,
.wpcf7 .mpcthSelectInner {
	font-family: 'Lato' !important;
}
.wpcf7 .mpcthSelect {
	cursor: pointer;
}
.wpcf7 input, .wpcf7 textarea, .wpcf7 select {
	border: 2px solid #424242;
	height: 45px;
	padding: 0 10px;
	background: none;
	width: 100%;
	box-sizing: border-box;
	color: #666666;
}

.wpcf7 label, .wpcf7 span {
	display: block;
	width: 100%;
}

.wpcf7 textarea {
	padding: 10px;
	height: 150px;
	resize: none;
}

.wpcf7 label {
	color: #424242;
	font-weight: 500;
}

.wpcf7 .wpcf7-submit {
	display: inline-block !important;
	width: auto;
	float: right;
	font-weight: bold;
	padding: 0 40px;
	text-transform: uppercase;
	font-size: 15px;
	transition: all .25s;
}

.wpcf7 input:focus, .wpcf7 textarea:focus, .wpcf7 select {
	box-shadow: none !important;
	outline: none !important;
}

.wpcf7 .wpcf7-submit:hover {
	background: #424242;
	color: #eee;
	transition: all .25s;
}

.wpcf7 .mpcthSelect {
	background: none !important;
	width: 100% !important;
	border: 2px solid #424242 !important;
	height: 45px !important;
	line-height: 45px !important;
	padding: 0 10px !important;
}

.wpcf7 .wpcf7-select.wpcf7-select {
	width: 100% !important;
}

.wpcf7 .mpcthSelectInner {
	width: 100% !important;
}

#mpcth_page_wrap .wpcf7 .mpcthSelect:before {
	transform: translateX(-15px);
}

.wpcf7 p:after {
	display: table;
	content: "";
	float: none;
	clear: both;
}

.wpcf7-mail-sent-ok {
	color: #ffffff !important;
	background: #27C200;
}

.wpcf7-validation-errors,
.wpcf7-not-valid-tip,
.wpcf7-mail-sent-ng {
	color: #ffffff !important;
	background: #de3a3a;
}

.wpcf7-not-valid-tip,
.wpcf7-mail-sent-ng {
	padding: .25em 1em;
	margin-top: 0 !important;
	box-sizing: border-box;
	font-size: 14px !important;
	text-transform: none !important;
}

.wpcf7-response-output {
	padding: 1em 1.5em !important;
	font-size: 15px !important;
	border: 0 !important;
	border-radius: 0 !important;
	text-transform: none !important;
}

.wpcf7 .mpcthSelect {
	border-radius: 0 !important;
}

.mpc-button {
	display: inline-table;
}

/* Carousel */
.mpc-carousel-image {
	margin-left: 10px;
}
.mpc-carousel-image .mpc-carousel__item-wrapper {
	margin-left: 2px !important;
}

/* Customs */
.equal-info-columns .wpb_wrapper,
.equal-info-columns .mpc-icon-column {
	height: 100%;
}

.mpc-title {
	color: #eeeeee;
	font-style: italic;
	text-align: center;
	margin-top: 10px;
	height: 25px;
}

.mpc-slide-counter {
	color: #eeeeee;
	background: rgba( 0,0,0, 0.5 );
	padding: .5em 1em;
	display: inline-block;
	position: absolute;
	bottom: 35px;
	right: 0;
}

@media screen and (max-width: 979px) {
	.widgetized-menu-button, .widgetized-nav {
		display: none !important;
	}
}

.mpcth-download-table {
	font-family: "Lato";
	width: 100%;
}

.mpcth-download-table tr.link > th {
	text-align: left;
	border-bottom: 2px solid #eee;
	font-size: 24px;
	color: #333333;
	padding-bottom: 10px;
	padding-top: 50px;
}

.mpcth-download-table tr.link > td {
	padding: 15px 0;
	color: #666666 !important;
	height: auto !important;
	font-size: 15px;
}

.mpcth-download-table tr.changelog > td {
	border-bottom: 2px solid #eee;
}

.mpcth-download-table tr.link:last-child > td {
	border: 0;
}

.mpcth-download-table tr.link > td.changes {
	text-align: right;
}

.mpcth-download-table tr.link > td .button {
	color: #666666;
	border: 2px solid #666666;
	padding: 8px 30px;
	margin-right: 20px;
	display: inline-block;
}

.mpcth-download-table tr.link > td span {
	font-size: 12px;
}

.mpcth-download-table tr.link > td .button:hover {
	color: #fefefe !important;
	background: #666666;
}

.mpcth-download-table .changelog {
	font-size: 13px;
}

.mpcth-download-table .changelog .toggle {
	overflow: hidden;
	border: 0;

	-webkit-transition: all .25s;
	transition: all .25s;
}

@media screen and (max-width: 992px) {
	.mpcth-download-table td.update-url,
	.mpcth-download-table td.install-url {
		text-align: center;
	}


	.mpcth-download-table td.update-url a,
	.mpcth-download-table td.install-url a {
		margin: 0 !important;
	}

	.mpcth-download-table td.update-url span,
	.mpcth-download-table td.install-url span {
		display: block;
	}
}

@media screen and (max-width: 768px) {
	.mpcth-download-table td.update-url span,
	.mpcth-download-table td.install-url span {
		display: none;
	}
}

@media screen and (max-width: 680px) {
	.mpcth-download-table td.update-url {
		display: none !important;
	}
}

@media screen and (max-width: 500px) {
	.mpcth-download-table td.release {
		display: none !important;
	}
}

@media screen and (max-width: 380px) {
	.mpcth-download-table td.changes {
		display: none !important;
	}
}

.changelog table tr td {
	padding-bottom: 0;
	padding-top: 0;
}

.changelog .toggle table {
	margin: 0 20px 15px;
}

.changelog > td {
	padding: 0 !important;
}

.changelog .toggle {
	border-left: 2px solid #eee !important;
}

/* Features Grid */
.mpc-slow-transition {
	-webkit-transition: all .75s ease-in-out;
	transition: all .75s ease-in-out;
}

.column-relative,
.tab-changelog-buttons,
.tab-formats-buttons {
	position: relative;
}

.column-relative .features-hide,
.tab-changelog-buttons .changelog-hide,
.tab-formats-buttons .formats-hide {
	position: absolute;
	top: 0;
	left: 0;

	opacity: 0 !important;
	z-index: 0;
}
.column-relative .features-hide {
	left: 20px;
}

/*.tab-changelog-buttons .changelog-hide,*/
/*.tab-formats-buttons .formats-hide {*/
	/*left: 20px;*/
/*}*/

.column-relative .features-hide.show,
.tab-changelog-buttons .changelog-hide.show,
.tab-formats-buttons .formats-hide.show {
	opacity: 1 !important;
	z-index: 1;
}

.column-relative .features-load-more,
.tab-changelog-buttons .changelog-load-more,
.tab-formats-buttons .formats-load-more {
	position: relative;
	opacity: 1 !important;
	z-index: 1;
}

.column-relative .features-load-more.hide,
.tab-changelog-buttons .changelog-load-more.hide,
.tab-formats-buttons .formats-load-more.hide {
	opacity: 0 !important;
	z-index: 0;
}

#columns-grid, #columns-grid-more {
	padding: 0 20px;
}

#columns-grid-more, .tab-changelog-wrap {
	overflow: hidden;
}

#columns-grid .vc_column-inner, #columns-grid-more .vc_column-inner,
.columns-grid .vc_column-inner {
	padding: 0 !important;
}

#columns-grid .vc_column-inner:after,
#columns-grid-more .vc_column-inner:after {
	content: "";
	z-index: 0;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba( 255, 255, 255, 0.1 );
	opacity: 0;

	-webkit-transition: opacity .25s;
	transition: opacity .25s;
}

#columns-grid .vc_column-inner:hover:after,
#columns-grid-more .vc_column-inner:hover:after {
	opacity: 1;
}

.changelog-load-more, .changelog-hide,
.formats-load-more, .formats-hide {
	font-size: 16px;
	display: inline-block;
	color: #444444;
	border: 2px solid #444444;
	padding: 10px 30px;
}

.changelog-load-more:hover, .changelog-hide:hover,
.formats-load-more:hover, .formats-hide:hover {
	color: #ffffff !important;
	background: #444444;
}

/* Counters */
.mpc-counter.counter-left {
	text-align: left;
}

/* Hero Banner scroller */
#hero-banner .mpcth-stretch-row_content {
	position: static;
}

.section-scroller-wrap {
	position: absolute;
	left: 0;
	bottom: 5%;
	text-align: center;
}

/* Buttons on map */
.mpc-buttons-on-map {
	/*margin-top: 160px; */
	margin-bottom: 10px !important;
}
.map-background .vc_column-inner {
	padding-bottom: 50px !important;
}
.mpc-buttons-on-map .mpc-button__icon {
	display: block;
	padding: 0 0 10px !important;
	text-align: center;
}
.mpc-buttons-on-map .mpc-button__title {
	display: block;
	padding: 10px !important;
	text-align: center;
}
.map-background.map-background {
	padding-top: 15px !important;
}
.buy-left .vc_column-inner,
.map-background .vc_column-inner {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

/* Spec Tabs */
.mpc-tabs .mpc-tab[data-active="false"] {
	height: 0;
	overflow: hidden;
}

.mpc-specification .mpc-tabs__nav {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.mpc-specification .mpc-tabs__nav li {
	margin-right: -2px;
}

.mpc-specification .pt_upd_t td {
	padding: 0 .5em;
	font-size: 13px;
	vertical-align: top;
	color: #666666;
	font-family: 'Lato';
}

.mpc-specification .pt_upd_t td:first-child {
	text-align: center;
	width: 30px;
	padding: 0 !important;
}

.mpc-specification .tab-changelog-wrap > .pt_upd_t {
	border-bottom: 2px solid #ddd;
	width: 100%;
	margin-bottom: 20px;
}

.mpc-specification .pt_upd_t p {
	margin-bottom: .25em;
}

.mpc-specification .tab-changelog-wrap > .pt_upd_t > tbody > tr:last-child > td:last-child {
	padding-bottom: 20px;
}

.mpc-specification .pt_upd_t .pt_upd_t, .mpc-specification .pt_upd_t .pt_upd_t tr:last-child td {
	margin-bottom: 0;
	padding-bottom: .1em !important;
}

/* Supported Formats */
.ids-formats-wrap h4 {
	background-repeat: no-repeat;
	background-position: center left;
	padding: 0 0 0 25px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

/*.ids-formats-wrap ul:not(:last-child) {*/
	/*border-bottom: 2px solid #ddd;*/
	/*padding-bottom: 20px;*/
	/*margin-bottom: 20px;*/
/*}*/

.ids-formats-wrap ul {
	font-size: 13px;
}

#mpcth_main .ids-formats-wrap ul li {
	list-style: initial !important;
	color: #666666;
	padding-left: 0;
	margin-left: 1.7em;
	padding-bottom: .1em;
}

.ids-formats-wrap ul li:before {
	display: none !important;
}

.ids-formats-wrap td {
	padding: 0 1em !important;
	width: 33%;
	vertical-align: top;
}

.ids-formats-wrap td:not(:last-child) {
	border-right: 1px solid #ddd;
}

.ids-formats-wrap {
	position: relative;
	overflow: hidden;
}

.ids-formats-wrap:after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	right: 0;
	height: 0;
	pointer-events: none;
	background: linear-gradient(to bottom, rgba(240,240,240,0) 0%,rgba(240,240,240,1) 65%,rgba(240,240,240,1) 100%);

	-webkit-transition: height .25s;
	transition: height .25s;
}
.ids-formats-wrap[style*="50vh"]:after {
	height: 100px;
}
/* Video Ribbon for Video component*/
.with-ribbon {
	position: relative;
	overflow: hidden;
	padding: 10px
}
.with-ribbon h2 {
	position: absolute;
	display: block;
	top: 10.25em;
	right: -4em;
	z-index: 1;
	background: #156490;
	width: 20em;
	line-height: 2.5em;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	color: #ffffff;
	transform: rotate(45deg);
	transform-origin: top right;
}

.with-ribbon h2.copy {
	z-index: 0;
}

.with-ribbon h2.copy:after,
.with-ribbon h2.copy:before {
	position: absolute;
	display: block;
	content: '';
}

.with-ribbon h2.copy:before {
	right: 0;
	top: 100%;
	width: 0;
	height: 0;
	margin-top: -1px;
	margin-right: 14px;
	border-bottom: 15px solid transparent;
	border-right: 15px solid transparent;
	border-left: 15px solid #115175;
}

.with-ribbon h2.copy:after {
	left: 0;
	top: 100%;
	width: 0;
	height: 0;
	margin-top: -1px;
	margin-left: 12px;

	border-bottom: 15px solid transparent;
	border-left: 15px solid transparent;
	border-right: 15px solid #115175;
}

/* Toggle Row */
.mpc-toggle-row:hover .mpc-hover,
.mpc-toggle-row.mpc-toggled:hover .mpc-regular {
	opacity: 0 !important;
}

.mpc-toggle-row:hover .mpc-regular,
.mpc-toggle-row.mpc-toggled:hover .mpc-hover {
	opacity: 1 !important;
}

.custom-breadcrumbs a {
	margin: 0 5px;
	color: #dddddd;
	border-bottom: 1px solid #dddddd;
}

.custom-breadcrumbs a:hover {
	color: #ffffff;
	border-bottom-color: #ffffff;
}
.custom-breadcrumbs a:first-child {
	margin-left: 0;
}

/* Responsive */
@media screen and ( max-width: 1200px ) and ( min-width: 980px ) {
	#mpcth_page_header_secondary_content h2 {
		font-size: 16px;
	}

	#mpcth_page_header_secondary_content #mpcth_secondary_menu a {
		padding: 18px 10px;
	}

	#mpcth_page_wrap #mpcth_page_header_secondary_content {
		width: 960px;
		padding: 0 20px;
		margin: 0 auto;
	}
	.menu-container {
		max-width: 920px;
	}
}

@media screen and ( max-width: 992px ) and ( min-width: 768px ) {
	.map-background .mpc-grid-anything .mpc-grid__item {
		width: 33% !important;
	}

	.awards .mpc-testimonial__description p,
	.awards .mpc-testimonial .mpc-testimonial__signature {
		text-align: left !important;
	}
}

@media screen and ( max-width: 992px ) {
	.mpcth-responsive #mpcth_main_container,
	.mpcth-responsive .mpcth-header-wrap,
	.mpcth-responsive #mpcth_header_area,
	.mpcth-responsive #mpcth_footer_container .mpcth-footer-wrap,
	.mpcth-responsive #mpcth_page_header_container .mpcth-header-wrap,
	.mpcth-responsive .mpcth-boxed.mpcth-transparent-header #mpcth_page_header_wrap > div {
		width: 100%;
	}

	.mpcth-responsive #mpcth_footer_container .mpcth-footer-wrap {
		padding: 0 20px;
	}

	.did-you-know .mpc-icon-column {
		display: flex;
	}
	.did-you-know .mpc-icon-column .mpc-icon {
		flex: 0 0 auto;
		margin: 0 10px 0 0 !important;
	}
	.did-you-know .mpc-icon-column__content-wrap {
		display: flex;
		align-items: center;
	}
	.did-you-know .mpc-icon-column__description {
		text-align: left !important;
	}

	.counter-left .mpc-counter__wrap, .counter-left .mpc-counter__heading {
		text-align: center !important;
	}
	.counter-left {
		margin: 0 auto;
		display: block;
	}

	.buy-left, .buy-left .mpc-textblock {
		text-align: center !important;
		max-width: 100% !important;
	}
	.buy-left .vc_column-inner {
		border: 0 !important;
	}

	.buy-left .mpc-button {
		margin-bottom: 0 !important;
	}

	.faq-info .mpc-callout__heading,
	.faq-info .mpc-callout__description,
	.faq-info .mpc-callout__button{
		text-align: left !important;
	}

	.mpc-specification .mpc-tabs__nav-item .mpc-button__title {
		padding: 15px 12px !important;
	}
}

@media screen and ( max-width: 767px ) {
	.features-load-more, .features-hide {
		width: 100%;
	}

	.mpc-testimonial p, .mpc-testimonial .mpc-testimonial__signature {
		text-align: center !important;
	}

	.mpc-buttons-on-map {
		margin-top: 20px;
	}

	.faq-info .vc_column-inner,
	.awards .vc_column-inner {
		border: 0 !important;
	}

	.mpc-specification {
		margin-top: -40px;
	}
	.mpc-specification .mpc-tabs__nav {
		transform: initial;
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}
	.mpc-specification .mpc-tabs__nav.mpc-tabs__nav li {
		margin-bottom: 0 !important;
	}
}

#mpcth_back_to_top {
	line-height: 44px;
}

.sub-menu .mpc-icon-column {
	position: relative;
}

.sub-menu .mpc-icon-column > * {
	position: relative;
	z-index: 1;
}

.sub-menu .mpc-icon-column:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 0;
	background: rgba( 255,255,255, 1 );

	-webkit-transition: background .25s;
	transition: background .25s;
}

.sub-menu .mpc-icon-column:hover:before {
	background: rgba( 255,255,255, 0 );
}

#phones .wpb_wrapper {
	position: relative;
}

#phones .wifi .mpc-image:first-child {
	position: absolute;
	bottom: 105%;
	width: 100%;
	text-align: center;
}
#phones .wifi .mpc-image:first-child img {
	margin: 0 auto;
	max-width: 100px;
}
#phones .mpc-icon {
	position: absolute;
	z-index: 2;
	top: 360px;
	left: 50% !important;
	margin-left: -160px;
}
@media screen and (max-width: 767px) {
	.wifi .vc_column-inner {
		padding-top: 120px !important;
	}
}
#phones .mpc-image {
	width: 100%;
}
#phones .mpc-image img {
	margin: 0 auto;
}

#phones .mpc-textblock {
	margin-top: 20px;
	text-align: center;
}

.custom-testimonial .mpc-testimonial.mpc-testimonial {
	padding: 0 !important;
	background: none !important;
}

.custom-testimonial .mpc-testimonial .mpc-testimonial__content {
	position: relative;
	padding: 20px;
	background: #4c93bd !important;
	/* overflow: visible; */
	margin-left: 20px;
}

.custom-testimonial .mpc-testimonial.mpc-testimonial--style_2 .mpc-testimonial__thumbnail {
	position: relative;
	margin: 0;
	padding-right: 30px !important;
}
.custom-testimonial .mpc-testimonial.mpc-testimonial--style_7 .mpc-testimonial__thumbnail {
	position: relative;
	margin: 0;
	padding-left: 30px !important;
}
.custom-testimonial .mpc-testimonial.mpc-testimonial--style_2 .mpc-testimonial__thumbnail:after {
	position:absolute;
	content: '';
	top: 50%;
	left: 100%;

	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;

	border-right:10px solid #4c93bd;

	transform: translate3d( -100%, -50%, 0 );
}
.custom-testimonial .mpc-testimonial.mpc-testimonial--style_7 .mpc-testimonial__thumbnail:after {
	position:absolute;
	content: '';
	top: 50%;
	right: 100%;

	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;

	border-left:10px solid #4c93bd;

	transform: translate3d( 100%, -50%, 0 );
}

.mpc-icon-column.display-inline.display-inline {
	display: inline-block;
	padding: 20px 20px 25px !important;
}
.equal-info-columns .wpb_wrapper {
	text-align: left;
}

/* Cookies */
.cookie-notice-container {
	font-family: 'Lato';
}
#cn-accept-cookie {
	border-radius: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
	border: 2px solid #fff !important;

	font-weight: bold  !important;
	text-transform: uppercase !important;
	padding: 5px 20px  !important;
	transition: all .25s !important;
}

#cn-accept-cookie:hover {
	background: #fff !important;
	color: #333 !important;
	border: 2px solid #fff !important;
}

#mpcth_page_wrap {
	overflow: hidden;
}
.mpc-carousel-image {
	height: auto !important;
}
.mpcth-retina-logo {
	max-width: 190px !important;
	height: auto !important;
}

#tab-changelog .tab-changelog-wrap {
	position: relative;
}
#tab-changelog .tab-changelog-wrap:after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	right: 0;
	height: 0;
	pointer-events: none;
	background: linear-gradient(to bottom, rgba(240,240,240,0) 0%,rgba(240,240,240,1) 65%,rgba(240,240,240,1) 100%);
	-webkit-transition: height .25s;
	transition: height .25s;
}
#tab-changelog .tab-changelog-wrap[style*="50vh"]:after {
	height: 100px;
}

.mpcth-header-wrap h2 {
	font-size: 1.5em;
}

#mpcth_page_header_secondary_content > img {
	height: 35px !important;
}

#mpcth_page_header_secondary_content #mpcth_secondary_menu a {
	padding: 20px 15px;
}

.mpc-callout.email a {
	color: inherit;
}

#mpcth_footer {
	font-family: 'Lato';
}

@media screen and (max-width: 767px) {
	#text-2 .textwidget > div {
		margin-top: 0 !important;
	}

	#text-2 .textwidget .mpc-icon-column--style_4 {
		padding: 0 15px 15px !important;
	}
	#text-2 .textwidget .mpc-icon-column--style_4 .mpc-icon {
		position: relative;
		left: 0;
		float: left;
	}


	#text-2 .textwidget .mpc-icon-column--style_4 .mpc-icon-column__description {
		margin: 0 !important;
		text-align: left !important;
	}
}

.mpc-list__ul .mpc-list__item {
	align-items: flex-start;
}

/*JP 30.09.2016 - Klasa do ukrywania elementow */
.hidden{
  display: none !important;
}

/* JP 29.09.2016 - strona EN -> footer -> Polski */
#menu-footer-help #menu-item-4516, #menu-footer-help #menu-item-4378 {
  background-repeat: no-repeat;
  background-position-y: center;
  padding-left: 20px !important;
}

#menu-footer-help #menu-item-4516 {
  background-image: url('/RegionFlags/PL.gif');
}

/* JP 29.09.2016 - strona PL -> footer -> English */
#menu-footer-help #menu-item-4378 {
  background-image: url('/RegionFlags/GB.gif');
}

/* JP 29.09.2016 - strona PL -> menu -> English */
.main-nav #menu-item-4372 {
    background-image: url('/RegionFlags/GB.gif');
    background-repeat: no-repeat;
    background-position-y: center;
    padding-left: 10px;
}

/* Dropdown Menu */
ul.non-wgt-menu {
	background: #ffffff;
	border-radius: 0 !important;
	border: 0 !important;
}
#mpcth_page_header_container #mpcth_header_section .non-wgt-menu.non-wgt-menu.non-wgt-menu.non-wgt-menu a.title {
	 color: #333333 !important;
}
#mpcth_page_header_container #mpcth_header_section .non-wgt-menu.non-wgt-menu.non-wgt-menu.non-wgt-menu a.title:hover {
	color: #2894d1 !important;
}

#mpcth_page_header_container #mpcth_header_section ul.non-wgt-menu.non-wgt-menu.non-wgt-menu.non-wgt-menu a {
	padding: 0 !important;
	text-align: left;
	font-size: 14px;
}

/*[style="height: 0px;"].mpcth-hide {
	overflow: hidden !important;
}*/

.mpcth-hide{
	
}

/*
#mpcth_page_header_container {
	overflow: hidden !important;
} */

