h2.redheading {
    color: #f62f2a;
    text-transform: uppercase;
    text-align: center;
    font-weight: 300;
    font-size: 28px;
    padding: 15px 0 5px;
}

h2.redheading strong {
    font-weight: 700;
}

#contact-form_real .mandatory-note {
  display: none;
}

.contact-detail-form .vas-kraj > label {
	line-height: 32px;
}

.contact-detail-form .vas-kraj > label,
.contact-detail-form .vas-kraj > span.form-input {
	float: left;
}

.contact-detail-form .vas-kraj > span.form-input {
	margin-left: 25px;
}

#layout-sidebar-box--subpage--container--sidebar-- .banner_show {
  margin: 20px 0;
}

/* promo */
.multiobject-browse.car-listing .list-item.thumbnail-car-card.promoted-item {
  /*border: 1px solid #f34b0a;
  background: rgba(243, 76, 11, 0.1);*/
  background: #DEF2F9;
	border: 0px none;
}

.multiobject-browse.car-listing .mobile-top-othertags {
	display: none;
}

.detail-link-toppromo {
	float: left;
}

.detail-link-toppromo button {
	padding: 15px 15px;
	border: 1px solid #05c042;
	color: #fff;
	background: #05c042;
	text-transform: uppercase;
	transition: background 0.5s ease 0s;
	font-size: 10px;
	font-weight: bold;
}

.detail-link-toppromo button:hover {
	border: 1px solid #05c042;
	background: #fff;
	color: #05c042;
}

/*.multiobject-browse.car-listing .list-item.thumbnail-car-card.promoted-item .main-block .parameters .parameter {
  color: #fff;
}

.multiobject-browse.car-listing .list-item.thumbnail-car-card.promoted-item .top-block .desc h3 a, .multiobject-browse.car-listing .list-item.thumbnail-car-card.promoted-item .top-block-mobile h3 a {
  color: #fff;
}

.multiobject-browse.car-listing .list-item.thumbnail-car-card.promoted-item .bottom-block-mobile .no-dph-price {
  color: #fff !important;
}

.multiobject-browse.car-listing .list-item.thumbnail-car-card.promoted-item .main-block .desc .part.dph-price {
  color: #fff;
}

.multiobject-browse.car-listing .list-item.thumbnail-car-card.promoted-item .main-block .parameters .parameters-large .parameter.large i {
  color: #fff;
}

.multiobject-browse.car-listing .list-item.thumbnail-car-card.promoted-item .main-block .parameters .parameter.included i.red {
  color: #fff;
}

.multiobject-browse.car-listing .list-item.thumbnail-car-card.promoted-item .top-block .tags > span > span {
  color: #fff;
}

.multiobject-browse.car-listing .list-item.thumbnail-car-card.promoted-item .sub-dealer {
  color: #fff;
}*/

#nl-unsubscribe-form_confirm-container {
  padding: 35px 15px;
}

#nl-unsubscribe-form_confirm-container.form_editor2 button[type="submit"] {
  width: auto !important;
  display: inline-block;
  max-width: 100%;
  clear: both;
}

/* obecne form kvuli nl ubsubscribe - 3-12-2020 */

.form_editor2 div.inputs {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.form_editor2 div.inputs div.form-group {
  width: 100%;
	margin-bottom: 30px;
}

#demand-send .form_editor2 div.inputs div.form-group {
	margin-bottom: 12px;
}

#demand-send  .car-detail-wrapper {
	padding: 0;
}

#demand-send .car-detail-wrapper .right-column .prices-wrapper {
	width: 100%;
	margin: 15px 0;
	justify-content: flex-start;
}

#demand-send .form_editor2 button {
	width: 100%;
	border-radius: 3px;
	cursor: pointer;
	padding: 5px 5px;
	font-size: 17px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	height: auto;
  max-width: 100%;
}

#demand-send .form_editor2 button.contact-us {
    border: 1px solid #24a630;
    color: #fff;
    background: #24a630;
    font-weight: 700;
    margin-left: 2px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.2;
}

#demand-send .form_editor2 button.contact-us span {
	display: block;
	text-transform: none;
	font-weight: 300;
	font-size: 14px;
}

#demand-send .form_editor2 div.inputs div.form-group input[required="1"] {
	border-left: 4px solid #24a630;
}

.form_editor2 div.inputs div.form-group input:not([type="checkbox"]),
.form_editor2 div.inputs div.form-group textarea,
.form_editor2 div.inputs div.form-group button {
	width: 100%;
    padding: 10px 17px;
    font-size: 13px;
    border: 1px solid #e8e7e7;
    outline: none;
    color: #6c6c6c;
    height: 40px;
    border-radius: 3px;
	-webkit-box-shadow: none;
	        box-shadow: none;
	height: auto;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.form_editor2 div.inputs div.form-group input:not([type="checkbox"]):focus, .form_editor2 div.inputs div.form-group textarea:focus {
	border: 1px solid #f34b0a;
}

.form_editor2 div.inputs div.form-group textarea {
	height: 170px;
}

.form_editor2 div.inputs div.form-group input.input-checkbox {
  float: left;
  margin-right: 15px;
}

.form_editor2 div.inputs div.form-group.li-text label {
  float: left;
  margin-right: 15px;
  font-weight: bold;
}

.form_editor2 div.inputs div.form-group.li-text p.form-text {
  margin: 0;
}

.form_editor2 .mandatory-note {
  display: block;
  margin: 5px 0;
}

.form_editor2 button[type="submit"] {
	background: #f34b0a;
	width: 100%;
	text-transform: uppercase;
	color: #fff;
	height: 40px;
	letter-spacing: 1px;
	font-size: 13px;
	font-weight: 400;
	border: solid 2px #ed5565;
	border-radius: 0px;
	max-width: 230px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.form_editor2 button[type="submit"]:hover {
	background-color: #de460b;
    color: #fff;	
}

.form_editor2 div.inputs > span {
	display: block;
	margin-bottom: 15px;
}

.form_editor2 div.inputs > span a,
.form_editor2 div.inputs div.form-group label a {
	color: #de460b;
}

.form_editor2 div.inputs div.form-group.souhlas {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 15px;
}

.form_editor2 div.inputs div.form-group.souhlas > span {
	padding-top: 5px;
	margin-right: 5px;
}

.form_editor2 div.inputs div.form-group.souhlas input[type="checkbox"] {
	border-radius: 0;
}

.form_editor2 div.inputs div.form-group::before {
  display: none !important;
}

/* na strance nl unsubscribe nezobrazovat nl subscribe */
.x-newsletter--unsubscribe-- #newsletter-form-fix_real {
  display: none;  
}

#unsubscribe-header {
  margin: 0 15px;
  padding: 35px 0 0 0;
}

.noUi-horizontal {
	height: 1px;
}

.noUi-horizontal .noUi-handle {
	width: 16px;
	height: 16px;
	right: -8px;
	top: -8px;
}

.noUi-handle {
	border: 1px solid #D6DEE0;
	border-radius: 0;
	background: #4B5355;
	cursor: default;
	box-shadow: none;
}

.noUi-handle:after,
.noUi-handle:before {
	display: none;
}

.noUi-handle {
	cursor: pointer;
}

.noUi-handle:focus {
	background: #5a6163;
}

#layout-main-overall-wrap-box--header-wrapper--header-banner-- {
	display: none;
}


/** facebook shimmer effect */
.shine {
  /*background: #f6f7f8;
  background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);*/
	background: #fff;
	background-image: linear-gradient(to right, #fff 0%, #edeef1 20%, #fff 40%, #fff 100%);
  background-repeat: no-repeat;
  background-size: 100% 226px; 
  display: inline-block;
  position: relative; 
  
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards; 
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: placeholderShimmer;
  -webkit-animation-timing-function: linear;
}

div.shineboxwrapper {
	width: 100%;
	height: 226px;
	margin-bottom: 15px;
}

box.shine {
	height: 226px;
	width: 28%;
	margin-left: 2%;
}

div.shinelineswrapper {
  display: inline-flex;
  flex-direction: column; 
  margin-left: 3%;
  margin-top: 15px;
	vertical-align: top;
	width: 60%;
}

lines.shine {
  height: 10px;
  margin-top: 10px;
  width: 100%; 
}

photo.shine {
  display: block!important;
  width: 100%; 
  height: 226px; 
  margin-top: 15px;
}

@-webkit-keyframes placeholderShimmer {
  0% {
    background-position: -468px 0;
  }
  
  100% {
    background-position: 468px 0; 
  }
}

@media all and (max-width: 640px) {
	box.shine {
		height: 350px;
	}
	
	div.shineboxwrapper {
		height: 350px;
	}
	
	photo.shine {
		height: 350px; 
	}
}

@media all and (max-width: 600px) {
	box.shine {
		height: 343px;
	}
	
	div.shineboxwrapper {
		height: 343px;
	}
	
	photo.shine {
		height: 343px; 
	}
}

@media all and (max-width: 550px) {
	box.shine {
		height: 323px;
	}
	
	div.shineboxwrapper {
		height: 323px;
	}
	
	photo.shine {
		height: 323px; 
	}
}

@media all and (max-width: 500px) {
	box.shine {
		height: 323px;
	}
	
	div.shineboxwrapper {
		height: 323px;
	}
	
	photo.shine {
		height: 323px; 
	}
}

@media all and (max-width: 450px) {
	box.shine {
		height: 303px;
	}
	
	div.shineboxwrapper {
		height: 303px;
	}
	
	photo.shine {
		height: 303px; 
	}
}

@media all and (max-width: 400px) {
	box.shine {
		height: 282px;
	}
	
	div.shineboxwrapper {
		height: 282px;
	}
	
	photo.shine {
		height: 282px; 
	}
}

@media all and (max-width: 350px) {
	box.shine {
		height: 275px;
	}
	
	div.shineboxwrapper {
		height: 275px;
	}
	
	photo.shine {
		height: 275px; 
	}
}

.car-listing.squares div.shineboxwrapper {
	width: 28%;
	margin-right: 2%;
	height: 330px;
	margin-bottom: 0;
}

.car-listing.squares box.shine {
	height: 95px;
	width: 100%;
	margin-left: 2%;
}

.car-listing.squares div.shinelineswrapper {
  display: inline-flex;
  flex-direction: column; 
  margin-left: 0;
  margin-top: 15px;
	vertical-align: top;
	width: 100%;
}

.car-listing.squares lines.shine {
  height: 10px;
  margin-top: 10px;
  width: 100%; 
}

.mo_loading_element.car-listing.squares {
	height: 330px;
	overflow: hidden;
}

/*.banner_show a img.lazyloaded {
	height: auto !important;
}*/

/*.banner_show a img.lazyloaded {
	position: relative;
	opacity: 0;
}

.banner_show a img.lazyloaded:after {
	content:"";
	position: absolute;
	width: 64px;
	height: 64px;
	display: block;
	top: 0;
	margin: 0 auto;
	background: url('/style/naoperak/images/loaders/loader2.gif') 0 0 no-repeat scroll;
	left: 50%;
	z-index: 50000;
	opacity: 1;
}

.banner_show a img.lazyloaded:after {
	display: none;
}*/

.naoperak_model_detail_tag_browse {
	margin-bottom: 15px;
}

.naoperak_model_detail_tag_browse .tag_browse_item_inner {
	border: 1px solid #ccc;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 50px;
	display: flex;
	align-items: center;
	align-content: space-between;
}

.naoperak_model_detail_tag_browse .tag_browse_item h4 {
	font-size: 14px;
	color: #000;
	line-height: 14px;
	margin: 0 10px;
	display: inline-block;
}

.select2 ul li::before {
	display: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	font-size: 12px;
	padding: 1px 10px;
	background: #8CC9FF;
	border-color: #8CC9FF;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
	color: #000;
	font-size: 15px;
}

.select2-container--default .select2-selection--multiple {
	min-height: 42px;
}


.slider-group > input {
	width: auto !important;
	display: inline;
}

#browse-filter-left .fitem input[name="name"] {
	position: relative;
	/*border: 1px solid #D4DDE6;*/
	border: 1px solid #4B5355;
	border-radius: 5px;
	font-size: 14px;
	padding: 20px 25px 20px 15px;
	line-height: 15px;
}

#browse-filter-left .fitem input[name="name"]:focus {
	border: 1px solid #D4DDE6;
	border-radius: 5px;
}

#browse-filter-left .fitem select {
	border: 1px solid #D4DDE6;
	border-radius: 5px;
	height: 34px;
}

#browse-filter-left .select2-selection:after,
#browse-filter-left > .fitem:first-child:after {
	display: block;
	content: "\f002";
	width: 20px;
	height: 20px;
	position: absolute;
	top: 12px;
	right: 3px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	color: #de460b;
}

.custom-control-input:checked ~ .custom-control-label::before,
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
	border-color: #ADDB90;
	background-color: #ADDB90;
}

.custom-switch input,
.custom-switch label {
	cursor: pointer;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #ADDB90;
}

.custom-switch .custom-control-label::after {
	top: calc(.05rem - 1px);
	left: calc(-2.25rem - 2px);
	width: calc(1.4rem + 4px);
	height: calc(1.4rem + 4px);
	/*border: 1px solid #4B5355;
	background-color: #F3FBFD;*/
	border: 1px solid #ADDB90;
	background-color: #ADDB90;
	border-radius: 1rem;
}

.custom-switch .custom-control-label::before {
	width: 2.6rem;
	background-color: #fff;
	border: #adb5bd solid 1px;
}

.custom-switch .label.checkbox-label.custom-control-label {
	line-height: 25px;
	padding-left: 20px;
}

.custom-switch .custom-control-label::before {
	height: 1.2rem;
	border-radius: .8rem;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
	-webkit-transform: translateX(1.15rem);
	transform: translateX(1.15rem);
}

.custom-control-input:focus ~ .custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(173, 219, 144,.25);
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
	-webkit-transform: translateX(1.2rem);
	transform: translateX(1.2rem);
}

.sidebar-inner {
	border: 2px solid #eeeded;
}

.multiobject-browse.car-listing .list-item.thumbnail-car-card .main-block .desc .price-right-tags span:first-child {
	margin-right: 0;
}

.car-listing.squares .thumbnail-car-card .info-controls {
	flex-wrap: nowrap;
	align-items: center;
}

.car-listing.squares .thumbnail-car-card .info-controls .dph-info-label {
	color: #878585;
	font-size: 10px;
	display: block;
	line-height: 10px !important;
	margin: 0 !important;
}

.car-listing.squares .thumbnail-car-card .info-controls .price-nodph {
	margin: 10px 0 !important;
}

.contact-detail-form #typ input,
.contact-detail-form #typ label {
	width: auto;
}

.contact-detail-form #typ label {
	font-weight: bold;
	margin-right: 12px;
}

.contact-detail-form #typ > div {
	float: left;
	width: auto;
	margin-right: 1%;
}

.contact-detail-form .typ {
	margin-top: 12px;
}

.contact-detail-form .typ .info-popup {
	float: none;
	top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 8px;
}

.contact-detail-form .vase-ico {
	position: relative;
}

.contact-detail-form .vase-ico .info-popup {
	position: absolute;
	right: -25px;
	top: 10px;
}

.contact-detail-form .typ .info-popup .infopopup-text {
	position: absolute;
	top: calc(100% - 4px);
	bottom: auto;
}

.contact-detail-form .vase-firma {
	display: none;
}

.contact-detail-form.personal .vase-firma,
.contact-detail-form.personal .vase-ico  {
	display: none;
}

.contact-detail-form.enterpreneur .vase-firma  {
	display: none;
}
.contact-detail-form.enterpreneur .vase-ico  {
	display: block;
}

.contact-detail-form.firm .vase-firma,
.contact-detail-form.firm .vase-ico  {
	display: block;
}

.contact-detail-form .inputs > .form-row {
	width: 100%
}

.download-butt {
	background-color: #de460b;
	color: #fff;
	padding: 7px !important;
}

.download-butt a {
	color: #fff !important;
}

#banner-show-detail-mag {
	margin-top: 50px;
}

@media all and (max-width: 1100px) {
	.car-listing.squares div.shineboxwrapper {
		width: 48%;
		margin-right: 2%;
		height: 330px;
	}
	.mo_loading_element.car-listing.squares {
		height: 330px;
		overflow: hidden;
	}
}

@media all and (max-width: 768px) {

	#demand-send .photo img {
		margin: auto;
		display: block;
	}

	#demand-send .car-detail-wrapper .right-column .prices-wrapper {
		justify-content: center;
	}

	.contact-detail-form .info-side .config .additional {
		margin: auto;
		text-align: center;
	}

}

@media all and (max-width: 758px) {
	.car-listing.squares div.shineboxwrapper {
		width: 48%;
		margin-right: 2%;
		height: 418px;
	}
	.mo_loading_element.car-listing.squares {
		height: 418px;
		overflow: hidden;
	}
	#top-mo-order .otitle {
		color: #fff;
	}
	#layout-sidebar-box--subpage--container--sidebar-- {
		display: none;
	}
	.right-info-bar .tag-properties {
		display: flex;
		justify-content: center;
	}
}

@media all and (max-width: 700px) {
	.car-listing.squares div.shineboxwrapper {
		width: 48%;
		margin-right: 2%;
		height: 407px;
	}
	.mo_loading_element.car-listing.squares {
		height: 407px;
		overflow: hidden;
	}
}

@media all and (max-width: 650px) {
	.car-listing.squares div.shineboxwrapper {
		width: 48%;
		margin-right: 2%;
		height: 388px;
	}
	.mo_loading_element.car-listing.squares {
		height: 388px;
		overflow: hidden;
	}
}

@media all and (max-width: 600px) {
	.car-listing.squares div.shineboxwrapper {
		width: 48%;
		margin-right: 2%;
		height: 370px;
	}
	.mo_loading_element.car-listing.squares {
		height: 370px;
		overflow: hidden;
	}
}

@media all and (max-width: 560px) {
	.car-listing.squares div.shineboxwrapper {
		width: 100%;
		margin-right: 0;
		height: 418px;
	}
	.mo_loading_element.car-listing.squares {
		height: 418px;
		overflow: hidden;
	}
	.contact-detail-form .vase-ico .info-popup {
		right: -22px;
		top: 10px;
	}
	.contact-detail-form .typ {
		position: relative;
	}
	.contact-detail-form .typ .info-popup {
		position: absolute;
		right: 0;
	}
	.contact-detail-form #typ > div {
    float: none;
    width: 100%;
	}
	.contact-detail-form .typ .info-popup .infopopup-text {
    position: absolute;
    right: calc(100% - 4px);
		left: auto;
		top: calc(100% - 4px);
		bottom: auto;
	}
	.contact-detail-form .vase-ico .info-popup .infopopup-text {
    position: absolute;
    right: calc(100% - 4px);
		left: auto;
	}
}

@media all and (max-width: 440px) {
	.parameter.included-detail .item-includes {
    margin-left: 0;
	}
	.parameter.included-detail {
    margin-bottom: 12px;
    text-align: left;
    margin-top: 12px;
	}
}

@media all and (max-width: 384px) {
	.car-listing.squares div.shineboxwrapper {
		width: 100%;
		margin-right: 0;
		height: 418px;
	}
	.mo_loading_element.car-listing.squares {
		height: 418px;
		overflow: hidden;
	}
}

@media all and (max-width: 350px) {
	.car-listing.squares div.shineboxwrapper {
		width: 100%;
		margin-right: 0;
		height: 393px;
	}
	.mo_loading_element.car-listing.squares {
		height: 393px;
		overflow: hidden;
	}
}

@media all and (max-width: 300px) {
	.car-listing.squares div.shineboxwrapper {
		width: 100%;
		margin-right: 0;
		height: 355px;
	}
	.mo_loading_element.car-listing.squares {
		height: 355px;
		overflow: hidden;
	}
}