p {
    margin: 0 0 15px;
}

body {
	color:#888;
	line-height: 1.4em;
	overflow-x: hidden;
}

.yjsg-newsitems .yjsgarticle h2.article_title {
    color: #000;
    font-size: 1.16667em;
    font-style: normal;
    font-weight: bold;
    line-height: 1.3125em;
    text-transform: uppercase;
    text-align: center;
    margin-top: 15px;
    text-decoration: none;
}
.yjsg-newsitems .yjsgarticle a {
    text-decoration: none;
}
.yjsg-newsitems .yjsgarticle a:hover {
    text-decoration: underline;
    color: #000;
}

.yjsg-newsitems .yjsgarticle .img-introtext- img {
	margin: 0 auto;
	float: none !important;
}
.article_title, div.yjsg-blog_c h2.pagetitle {
    color: #000;
    display: block;
    font-family: Roboto, serif !important;
    font-size: 1.6em;
    font-style: normal;
    font-weight: normal !important;
    line-height: 1.1375em;
    text-transform: uppercase;
}

.itemid-1117 h1.article_title,
.itemid-1118 h1.article_title,
.itemid-951 h1.article_title,
.itemid-957 h1.article_title,
.itemid-948 h1.article_title,
.itemid-938 h1.article_title {text-transform: none!important;}



#centerbottom{
	position: static;
	margin-top: 42px;
	margin-bottom:20px;
}
/* links highlight and fa deviders */
a,
.highlight,
[class*='facolor'].fa:before {
	color:#a81524;
}
/* hovers */
a:focus,
a:hover {
	text-decoration: underline;
}
p, table, td, th{
	font-size: 15px;
	line-height: 21px;
}
/* text highlight */
::selection {
	background: #a81524;
	color:#fff;
}
::-moz-selection {
 background: #a81524;
 color:#fff;
}
.yjsg-sub-heading,
.yjsg-sticky-menu a.active-scroll,
[data-sticky-block] a.active-scroll:before{
	border-color:#a81524;
}
/* logo */
#logo {
	background:url(../images/blue/logo.png) no-repeat 0px 0px;
}
/* newsitems */
#article-index ul {
	border:1px solid #dcdcdc;
}
#article-index ul li {
	border-bottom:1px solid #dcdcdc;
}
.newsitem_tools {
	color:#888;
}
/* rating stars */
.view-article .yjsg-rating:hover .fa-star,
.fa-star.rated {
	color:#FC0;
}
/* form elements  */
.yjsg-form-element,
.inputbox {
	background:#fff;
	border: 1px solid #dcdcdc;
}
div.yjsgxhtml{
	padding-left: 0;
}
.yjsg-form-element,
.inputbox:focus {
}
/* buttons */
.button,
.button:hover,
a.readon,
a.readon:hover,
a.readon:focus {
	background:#fff;
	border:1px solid #dcdcdc;
}
a.readon:hover {
	color:#333;
	background:#efefef;
}
[class*='yjsg-button-color']{
	background: #a81524;
}
[class*='yjsg-button-color']:hover{
	background:#1c8ab9;
}
/*top menu */
#topmenu_holder,.ulholder.dlevel1 {
	background:#F7F7F7;
}
.yjsgmenu ul,
.yjsgmenu li.holdsgroup ul ul {
	background:#fff;
	border:1px solid #ccc;
	-webkit-box-shadow:0 0 8px #e2e2e2;
	-khtml-box-shadow:0 0 8px #e2e2e2;
	-moz-box-shadow:0 0 8px #e2e2e2;
	box-shadow:0 0 8px #e2e2e2;
}
.yjsgmenu li a {
	color:#444;
}
.yjsgmenu li a:hover {
	color:#a81524;
}
.yjsgmenu ul li {
	border-bottom:1px solid #ccc;
}
.yjsgmenu a.activepath,
.yjsgmenu a:hover,
.yjsgmenu a:focus,
.yjsgmenu li:hover > .child a {
	background:#efefef;
}
/* has child arrows */
.yjsgmenu span.child a:after {
	content: "\f0d7";
}
.yjsgmenu ul span.child a:after {
	content: "\f0da";
}
.yjsgmenu ul span.child a:hover:after {
	content: "\f0d7";
}

/* footer logo  */
.yjsglogo {
	background: url(../images/blue/yjsglogo.png) no-repeat center center;
}
/* responsive menu */
span.yjmm_select {
	color: #999;
	border:1px solid #ddd;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
span.yjmm_select:after {
	content:"\f0c9";
}
/* RTL */
/* has child arrows */
.yjsgrtl ul.yjsgmenu ul span.child a:after {
	content: "\f0d9";
}
/* side menu */
.yjsgrtl ul.defaultmenu li a:before {
	content: "\f053";
}
/* EXTEND DEFAULTS */
.eximium-intro p,
.eximium-features p {
	color:#939393;
}
.yjsg2_out,
.yjsg2_out [class*='yjsg-hr-'].fa:before {
	background:#fcfcfc;
}
.yjsg4_out,
.yjsg4_out [class*='yjsg-hr-'].fa:before {
	background:#f8f8f8;
}
.yjsg6_out,
.yjsg6_out [class*='yjsg-hr-'].fa:before {
	background:#D1D8DE;
}
.yjsg7_out,
.yjsg7_out [class*='yjsg-hr-'].fa:before {
	background:#f8f8f8;
}
.footer_out {
	background:#fff;
}
/* fa icons bottom arrow */
.eximium-intro .fa-border {
	background-color:#a81524;
	color:#fff;
	border:none;
	position:relative;
	margin-bottom:15px;
}
.eximium-intro .fa-border:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 15px 15px 0;
	border-color: #a81524 transparent;
	display: block;
	width: 0;
	z-index: 1;
	margin-left: -15px;
	bottom: -14px;
	left: 50%;
}
.socials .fa-border:after {
	display:none;
}
/* features tabs */
#features-tabs .yjsgShortcodeTabs li a {
	background:#a81524;
	color:#fff;
	border:none;
}
#features-tabs .yjsgShortcodeTabs li.active a {
	background:#fff;
	color:#a81524;
	border:none;
	border:1px solid #ddd;
	border-bottom-color: transparent;
}
#features-tabs .yjsgShortcodeTabs {
	border-color:#a81524;
}
/* eximium-list */
.eximium-list li a {
	color:#444;
}
.eximium-list li a:hover {
	color:#a81524;
}
/* richsnippets section icons */
.richsnippets .yelloic .fa {
	color:#FC0;
}
/* footer */
#footer,
#footer a:hover {
	color:#555;
}
/* module styles */
.yjsg1{
	background:#a81524;
	color:#fff;
}
.yjsg1 .module_title{
	border-bottom:1px solid #fff;
}
.yjsg1 a{
	color:#121212;
}
.yjsg1 a:hover{
	color:#1c8ab9;
}
.yjsg2{
	background:#efefef;
}
.yjsg2 .module_title{
	border-bottom:1px solid #ccc;
}
#logo{
	  background-size: 170px 168px !important;
  width: 170px !important;
  height: 42px !important;
  background-position: 0 -42px !important;
}
#logoholder{
	height: 96px !important;
	float: left;
	width: 390px !important;
	position: static;
	padding-top: 27px;
}
#yjsgheadergrid{
	clear: none;
	height: 96px;
}
#container_top{
  	background-size: cover;
}
#yjsg2{
	padding: 0;
	width: 100%
}
#yjsg2 #adv1{
	padding: 0;
}
.yjsgsliderNav.getslide, .yjsgslider-button{
	display: none !important;
}
.footer_out.yjsgouts{
	padding: 0;
}
#footer{
	padding: 0;
}
#yjsg6{
	padding: 0;
}
div.support{
	width: 25%;
	float: left;
	margin-right: 12.5%;
	text-align: center;
}
div.social{
	float: left;
	width: 25%;
	margin-right: 12.5%;
	text-align: center;
}
div.social table{
	margin:0 auto;
}
div.newsletter{
	width: 25%;
	float: right;
	margin-right: 0;
	text-align: center;
}
.newsletter a.buttonik,.yjsgsliderChrome.yjsgChromes a.buttonik{
  padding: .8em 1.6em .6666666667em 1.6em;
  white-space: nowrap;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  line-height: 1.4666666667em;
  font-size: 1em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  box-shadow: none;
  text-transform: uppercase;
  border: 1px solid #2e2e2e!important;
  color: #2e2e2e!important;
  cursor: pointer;
}
.newsletter a.buttonik:hover, .yjsgsliderChrome.yjsgChromes a.buttonik:hover{
  border: 1px solid #2e2e2e!important;
  color: #C4BFA1!important;
  background-color: #2e2e2e;
}
.yjsg6_out p{
	font-size: 15.5px;
	line-height: 1.4em;
}
.yjsg6_out h2{
	text-transform: uppercase;
}
.facebook, .twitter, .google-plus{
	float: left;
	width: 50px;
	font-size: 4px;
	color: transparent;
	height: 50px;
	text-align: center;
	opacity: 0.8;
}
.facebook:hover, .twitter:hover, .google-plus:hover{
	opacity: 0.6;
	color: transparent;
}
.facebook{
	background-image: url(../images/soc-icony/facebook.png);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 35px;
}
.twitter{
	background-image: url(../images/soc-icony/twitter.png);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 35px;
}
.google-plus{
	background-image: url(../images/soc-icony/google-plus.png);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 35px;
}
.yjsg-leadingarticles h2.article_title{
	width: 50%;
	float: left;
	font-size: 1.6em;
    line-height: 1.75em;
    color: #000;
    text-transform: uppercase;
    font-style: normal;
    font-weight: normal;
}
.yjsg-leadingarticles h2.article_title a{
	float: left;
	color: #000;
	/*word-break: break-word;*/
	float: left;
	width: 100%;
	font-size: auto;
    line-height: 1.75em;
    color: #000;
    font-family: Roboto, serif;
    text-transform: uppercase;
    font-style: normal;
    font-weight: normal;
}
.yjsg-leadingarticles h2.article_title a:hover{
	text-decoration: underline;
}
.yjsg-leadingarticles .img-introtext-{
	float: right;
	width: 50%;
}
.yjsg-leadingarticles p{
	width: 48.5%;
    float: left;
    margin-right: 1.5%;
}
.leading-1 .img-introtext-{
	float: left;
}
.leading-1 p{
    float: right;
    margin-right: 0;
}
.leading-1 h2.article_title{
	float: right;
	width: 48.5%;
}
.leading-1 .readon{
	margin-left: 2.5%;
}
.modid149 .yjsquare_in{
	display: flex;
}
.modid149 .div_lnd_intro{
	width: 23.5%;
	float: left;
	margin-right: 2.5%;
	clear: none;
}
.modid149 .yjsquare_in .div_lnd_intro:nth-child(7){
	margin-right: 0;
	float: right;
}
.lndtitle {
font-size: 1.4666666667em !important;
    line-height: 1.4318181818em !important;
    color: #a81524;
    font-family: 'Quattrocento', serif;
    font-style: normal;
    font-weight: normal;
    width: 100%;
    max-height: 1.4318181818em;
    float: left;
    overflow: hidden;
    margin: 0.83em 0;
}
.div_lnd_intro:hover > .lnd_head .lndtitle,.div_lnd_intro:hover > .lnd_introtxt{
	text-decoration: underline;
}

.lndtitle:hover{
	color: #a81524;
}
.lnd_introtxt{
	background-color: transparent;
	background: transparent;
  border-radius: 0px;
  box-shadow: none;
  margin: 0px 0;
  text-shadow: none;
  padding: 0;
}
.lnd_introtxt a{
  font-size: 15px;
  color: #555;
  padding: 0px;
  background: transparent;
  border-radius: 0px;
  box-shadow: none;
  margin: 10px 0;
  text-shadow: none;
  font-weight: normal;
}
.lnd_introtxt a:hover{
  color: #555;
  text-decoration: underline;
}
.icon-find-installator:before{content:'\E813'}
/*.centered.yjsgsitew:before{
	position: absolute;
	background-color: #E9EEF2;
	width: 100%;
	height: 500px;
	content: "";
}*/  
/*.img-introtext-:before{
	content:   "\e800";
	font-family:'nibe';
	  font-size: 95px;
}*/
.subul_main.level1.nogroup:before{
	position: absolute;
	top: 0px;
	left: -2500px;
	width: 7500px;
	content: "";
	background-color: #F8F9FA; 
	height: 240px;
	border-top: 3px solid #fff;
	box-shadow: 0 3px 4px rgba(0,0,0,.2);
}
#holder2{
	padding-top: 0;
	padding-bottom: 0;
}
#yjsgsliderHolderadv1{
	margin-bottom: -10px;
}
.leading-0 .background_article {
      background-color:#F8F9FA;
    position: absolute;
    width: 100vw;
    left: 0 !important;
    height: 39%;
}
@media (min-width:1424px){
    .leading-0 .background_article {
    height: 52%;
}
}
@media (min-width:1280px){
    .leading-0 .background_article {
    height: 62%;
}
}
@media (min-width:1190px){
    .leading-0 .background_article {
    height: 55%;
}
}
@media (max-width:1189px){
    .leading-0 .background_article {
    
}
}
.background_article.sameheight{
	display: none;
}
.leading-0 .background_article.sameheight{
	display: block;
	    max-width: 100vw;
	    left: 0;
}
.bgforfooter{
	position: absolute;
  width: 5000px !important;
  left: 0;
  background-color: #E9EEF2;
  z-index: -1;
    margin-top: -70px;
}
.yjsgarticle .readon{
	background: transparent;
  border: none;
  padding-left: 0;
  font-size: 16px;
  clear: both;
  width: 48.5%;
  float: left;
  margin-right: 1.5%;
}
.sameheight.leading-1 .readon{
	float: left;
	margin-right: 0;
	margin-left: 1.5%;
}
.yjsgarticle .readon span{
	background: transparent;
  border: none;
  color: #000;
  text-decoration: underline;
}
.yjsgarticle .readon:hover span{
	background: transparent;
    color: #555;
    text-decoration: none;
      border: none;
      background-color: transparent;
}
.yjsgarticle .readon:hover{
	background: transparent;
    color: #555;
    text-decoration: none;
      border: none;
      background-color: transparent;
}
.maximenucklogo a{
  float: left;
  height: 46px;
  overflow: hidden;
}
/*.maximenucklogo a img{	margin-top: -40px !important;}*/
#yjsgheadergrid #topmenu_holder {
  float: left;
  margin-top: 0px;
  background: none;
  width: 100%;
}
.maximenucklogo{
	width: 380px;
	float: left;
	padding-left: 143px;
	padding-top: 24px;
}
#yjsgheadergrid {
  padding: 0px 0;
}
div#maximenuck151 ul.maximenuck{
	border-top: 0;
	height: 96px;
	padding-top: 0;
	background-color: transparent;
}
/*#logo{
	  background-size: 170px 168px !important;
  width: 170px !important;
  height: 42px !important;
  background-position: 0 -42px !important;
}
#logoholder{
	height: 96px !important;
	float: left;
	width: 390px !important;
	position: static;
	padding-top: 27px;
	background: url("../images/header-bg.png") no-repeat 55px center;
}*/
div#maximenuck151 ul.maximenuck .level1 > a{
	 margin: 25px 0 26px 0 !important;
}
#yjsg5{
	width: 100%;
}
.homepage #yjsg5{
	background-color: #E9EEF2;
}
#yjsg3{
	width: calc(100% - 6.4em);
	margin-right: 0;
	padding: 0;
	max-width: 100%;
	margin-left: 6.4em;
}
#user2, #user3, .homepage #user1{
	padding: 0;
	min-width: 170px !important;
	float:right;
}
#user2 span, #user3 span, .homepage #user1 span{
	float: left;
	width: 100%;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-size: 15px;
    text-decoration: none;
    font-family: sans-serif;
}
#user3{
	background-color:#A81524;
	height: 15.2vw;
	width: 16vw;
}
#user2 {
  background-color: #019FC4/*#BD1D1D*/;
  height: 15.2vw;
}
.homepage #user1{
	background-color:#A29E1A /*#97A5B0*/;
	height: 15.2vw;
	float: right;
}
#user2 .yjsquare_in, #user3 .yjsquare_in, .homepage #user1 .yjsquare_in{
	text-align: center;
}
.maxme {
  float: left;
  width: 100%;
  padding-top: 20%;
  padding-bottom: 20%;
}
.maxme:hover{
	opacity: 0.35;
}
.maxme img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  float: left;
  width: auto;
}  
#user3 .maxme img, .homepage #user1 .maxme img, #user2 .maxme img{
  height: 7vw;
  margin: 0 27% 20px; 
}

#user4 .yjsgarticle{
	padding: 0;
}
#user4 h3.module_title{
  font-size: 1.6em;
    line-height: 1.75em;
    color: #000;
    font-family: 'Quattrocento', serif;
    text-transform: uppercase;
    font-style: normal;
    font-weight: normal;
    text-align: left;
}
div#maximenuck151 {
  position: fixed !important;
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
  z-index: 1000 !important;
  border-top: 3px solid #a81524;
  /*background-image: url(../images/header-gradient.jpg);*/
  background-repeat: no-repeat;
  background-position:  0% 0;
  height: 100px;
  background-color: #fff;
  background-size: cover;
}

@media (min-width: 1385px){
.yjsgarticle .readon {
  clear: none;
}
}
div#maximenuck151 ul.maximenuck li.maximenuck.level1.active{
	border-bottom: none !important;
}
div#maximenuck151 ul.maximenuck li.maximenuck.level1:hover, div#maximenuck151 ul.maximenuck li.maximenuck.level1.active{
	background-color: transparent;
}
div#maximenuck151 ul.maximenuck > li.level1:hover > a{
	background-image: url(../images/menu-underline.png);
	background-repeat: no-repeat;
	background-position: 15px 75%;
}
div#maximenuck151 ul.maximenuck > li.level1.active > a{
	background-image: url(../images/menu-underline.png);
	background-repeat: no-repeat;
	background-position: 15px 75%;
}
div#maximenuck151 ul.maximenuck > li.level1 span{
  text-transform: uppercase;
  color: #666 !important;
  font-size: 14px;
  font-family: Roboto,Arial;
}
div#maximenuck151 div.floatck {
  position: absolute;
  display: none;
  filter: none;
  border: 0px solid transparent;
  padding: 0;
  margin: 0;
  filter: none;
  background: #F8F9FA !important;
  /*background: #F8F9FA !important;*/
  /* width: 180px; */
  text-align: left;
  box-shadow: none;
}
div#maximenuck151.maximenuckh li.fullwidth > div.floatck {
  border-top: 3px solid #fff;
  margin-top: -3px;
}
.langswitch{
  position: fixed;
  right: 8em;
  top: 42px;
  z-index: 9999;
  text-align: right;
  text-transform: uppercase;
  color: #666 !important;
  font-size: 15px;
  font-family: Roboto,Arial;
}
p.langswitch a img {border-radius:0!important;margin-left:2px;}
/*.langswitch:hover{
  text-decoration: none;
  background-image: url(../images/menu-underline.png);
  background-repeat: no-repeat;
  background-position: 0px 95%;
  height: 25px;
}

.langswitch.second{
	right: calc(15em - 27px);
}
.langswitch.third{
	right: calc(15em - 56px);
}*/

div#maximenuck151 ul.maximenuck li.maximenuck.level1:hover{
	border-bottom: 0px solid transparent !important;
}
li.level2 a{
	margin: 0 !important;
}
/*#yjsg3 #user1.yjsgxhtml{
	  width: 800px;
  margin-left: calc(49.9975% - 800px);
}*/

#centerbottom.centered.yjsgsitew .inside-container{
	padding:0;
}
.yjsg-leadingarticles .img-introtext- {
  background: none;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: left;
}
#yjsg3 p{
	margin: 0;
}
#user4.yjsgxhtml {
  max-width: 725px;
  float: right;
}

.yjsg-leadingarticles p{
	text-align: left;
}
.yjsg-leadingarticles .readon{
	text-align: left;
}
.moveme{
	  position: absolute;
  top: -275px;
  left: 15%;
}
.wk-slideshow .caption {
  background: none;
}
.moveme h2{
	font-size: 32px !important;
}
.moveme p {
  margin-top: 0px !important;
  color: rgb(85, 85, 85);
}
#maximenuck151{
	border-bottom: 1px solid #eee;
    box-shadow: 0 3px 4px rgba(0,0,0,.2);
}
ul.maximenuck2:after {
    position: absolute;
    width: 5000px;
    background-color: #F8F9FA;
    height: 250px;
    content: "";
    top: 0;
    right: 0;
    z-index: -1;
    left: -1500px;
    box-shadow: 0 3px 4px rgba(0,0,0,.2);
    border-top: 2px solid #fff;
    cursor: auto;
}
div#maximenuck151.maximenuckh ul.maximenuck li.level1.parent > a:after, div#maximenuck151.maximenuckh ul.maximenuck li.level1.parent > span.separator:after {
    border: none;
}


@media (max-width: 1440px){
	/*.langswitch {right: 5em;}
	.yjsg-menu .search {right: 3.7em;}*/
}
@media (max-width: 1280px){
	div#maximenuck151 ul.maximenuck li.maximenuck.level1 > a{
		padding-left: 8px;
		padding-right: 8px;
	}
}
@media (max-width: 1080px){
/*.yjsg-menu .search { right: 2.7em;}
.langswitch {    right: 4em;}*/
}
@media (max-width: 1023px){
div#maximenuck151 {
    background-position: 100% 50% !important;
    background-size: 50% 100%;
}
.breadcrumb{
	display: none;
}
#adv1{
	border:none !important;
}
}

.maximenucklogo {
    width: 25%;
    float: left;
    margin-right: 2.8571428571%;
    margin-left: 0;
    padding: 1.7333333333em 0 0 0;
    margin-right: -20px;
    padding-right: 400px;
    height: 46px;
    /*background: url(../images/header-bg.png);
    background-repeat: no-repeat;
        background-position: 4em top;
        background-size: 340px 97px;*/
}

@media (max-width: 1850px) {.maximenucklogo {padding-right: /*305px*/250px;}}
@media (max-width: 1540px) {.maximenucklogo {padding-right: /*305px*/50px;}}
@media (max-width: 1360px) {.maximenucklogo {padding-right: /*160px*/20px;}}
@media (max-width: 1100px) {.maximenucklogo {padding-right: /*160px*/0px;}}



.yjsquare.modid155{
	padding-top: 3.3333333333em;
}
.sameheight.leading-1 img{
	float: left !important;
}
#yjsg6 .social table td  {
    margin-right: .4em;
    margin-left: .4em;
    display: inline-block;
    font-size: 2.2666666667em;
}
ul.maximenuck2{
	height: calc(230px - 1.5em);
	padding: .7333333333em .8em !important;
	float: left !important;
	width: auto !important;
	flex-direction: column;
    flex-wrap: wrap;
    display: flex !important;
}


.maximenuck2 li{
	float: left!important;
	width: 310px;
	height: 41px;
	margin-left: 0 !important;
}
.maximenuck2 a{
	padding-left: 0 !important;
}
.search {
    font-family: 'FontAwesome';
    position: fixed;
    top: 37px;
    z-index: 9999;
    color: #a81524;
    font-size: 30px;
    color: #a81524;
    width: 30px;
    height: 40px;
    cursor: pointer;
    right: 8.7em;
}
/*.yjsquare.modid199{
    width: 100%;
    max-width: 800px;
    z-index: 9999;
}*/
.search:hover + .modid199{
    display: block !important;
}

label.finder{display: none;}
.modid199{
	display: none;
}
.modid199.showme{
	display: block;
}
.search:hover + .modid199{
	display: block;
}
.modid199 { /* .yjsg-element-holder:after*/
    position: fixed;
    width: 5000px;
    background-color: #F8F9FA;
    height: 180px;
    content: "";
    top: 99px;
    right: 0;
    z-index: 1001;
    left: -1500px;
    box-shadow: 0 3px 4px rgba(0,0,0,.2);
    border-top: 2px solid #fff;
    cursor: auto;
}
a.readon:focus{
	border: none;
	background: transparent;
}

@media(max-width: 1420px){
	#centerbottom.centered.yjsgsitew .inside-container, #yjsg5 #user11, .yjsg6_out.yjsgouts #yjsg6, .maxiroundedcenter{
	padding-left: 2.8em !important;
padding-right: 2.8em !important;}}




@media(max-width: 1280px){
	div#maximenuck151 ul.maximenuck > li.level1 span{font-size: 12px;}
	.langswitch{	font-size: 12px;	}
	}
.yjsg-offc-btn.site-offc {
    position: absolute;
}
@media(max-width: 1023px){
	div.support, div.social {
    width: 34%;
    margin-right: 0;
	}
	.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
    font-size: 25px;
    padding-top: 15px;
    float: left;
    padding-left: 0.8em;
	}
	div#maximenuck151 {
    background-position: -10% 0;
	}
	.yjsg-menu p{
		display:none;
	}
	div#maximenuck151{
		height:64px;
	}
	#yjsgheadergrid {
    height: 64px;
	}
	div#maximenuck151 ul.maximenuck {
	height: 64px;
	}
	#maximenuck151 > .maxiroundedcenter > ul {
    /*background-image: url(../images/header-bg.png) !important;
    background-repeat: no-repeat !important;
    background-position: 53vw 0% !important;
    background-size: auto 61px !important;*/
	}
	.maximenucklogo {
    width: 100%;
    float: none;
    margin-left: 0;
    padding: 0.67em 0 0 0;
    margin-right: 0;
    padding-right: 0;
    margin: 0 auto;
    text-align: center;
    background-image:none;
	}
	
	


	
	
	
	
	
	
	
	/*.maximenucklogo { height: 40px;	}*/
	#header.inside-container{
		padding:0;
	}
	div#maximenuck151 ul.maximenuck li.maximenuck.level1, .search, div#topmenu_holder p.langswitch{
	display:none !important;
	}
	div#maximenuck151.maximenufixed{
	position: static !important;
	}
	#centerbottom.centered.yjsgsitew .inside-container, #yjsg5 #user11, .yjsg6_out.yjsgouts #yjsg6, .maxiroundedcenter{
	padding-left: 1.4666666667em !important;
	padding-right:1.4666666667em !important;
	}
	#yjsg3{
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	display:flex;
   	flex-flow:column;
	}
	#user4.yjsgxhtml {
    float: left;
    width: 100% !important;
    max-width: 100%;
    order:1;
    padding-left: 1.4666666667em !important;
	padding-right:1.4666666667em !important;
	}
	#user1{
	order:4;
	}
	#user2{
	order:3;
	}
	#user3{
	order:2;
	}
    #user2, #user3, #user1 {
    height: 80px !important;
    float: left;
    width: 100% !important;
    }
	.maxme {
    float: left;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    height:80px;
	}
	#user3 .maxme img, #user1 .maxme img, #user2 .maxme img {
    height: 50px !important;
    margin: 16px 1.4em !important;
    width: 87px;
    padding: 0 13.5px;
	}
	#user2 span, #user3 span, #user1 span {
    line-height: 80px;
    padding: 0 1.4em;
    width:auto !important;
	}
	#user2 .maxme img {
	height: 55px;
	margin: 16px 1.4em;
	}
	.modid149 .clrfix {
    clear:none;
	}
	.modid149 .div_lnd_intro {
    width: 47.5%;
    margin-right: 2.5%;
    padding-bottom: 3.3333333333em;
	}
	.modid149 .div_lnd_intro:nth-child(3), .modid149 .div_lnd_intro:nth-child(7) {
    float:right;
    margin-right: 0;
	}
	.modid149 .yjsquare_in{
	display:block;
	}
	#topmenu_holder div#maximenuck151.maximenufixed, div#maximenuck151{
	position:static !important;
	}
	/*div.yjsgsitew {
    max-width: 100% !important;
    }*/
    .lnd_head img{
    width:100% !important;
    height:auto !important;
    }
    .leading-0 .background_article {
    height: 50%;
	}
/*
	.yjsgarticle {
    padding: 2em 0;}*/

	#user4{
	padding: 2em 1em 2em 1em;
    margin-bottom: .9333333333em;
    padding-left: 1em;
	}
	#user1 .maxme img{
    margin: 11px 1.4em !important;
}
}
@media(max-width: 767px){
	div#maximenuck151 {
    background-position: 0% 0;
	}
    .sameheight.leading-1 .readon span {
    width: 100% !important;
    float: left !important;
    text-align: left !important;
    }
	.yjsquare.modid117{
	display:none;
	}
	.yjsgarticle .readon{
	width: 100%;
	}
	div.support, div.social, div.newsletter{
	width:100%;
	margin-right:0;
	}
	.yjsg6_out {
    padding: 1.3em 0;
    height: auto;
	}
	.modid149 .div_lnd_intro {
    width: 100%;
    margin-right: 0;
    padding-bottom: 2em;
	}	
	#yjsg5{
	padding-top: 1em;
	}
	.lnd_head img {
    width: auto !important;
    height: auto !important;
        min-width: 225px;
	}
	.yjsg-leadingarticles .img-introtext-, .yjsg-leadingarticles p {
    width: 100%;
    float: left !important;
	}
	/*.yjsg-leadingarticles .img-introtext-{
	position: relative;
    top: 0px;
    padding-bottom: 85px;
	}*/
	.yjsg-leadingarticles .img-introtext- img{
	float:left !important;
	padding-bottom: 15px;
	}
	/*.yjsgarticle {
    display: flex;
    flex-flow: column;
	}
	.article_title{
	order:1;
	position:relative;
	top: 47vw;
	}
	.yjsg-leadingarticles h2.article_title{
	width:100%;
	}
	.newsitem_text{
	order:2;
	position: relative;
    top: -60px;
	}*/
	.sameheight.leading-1 .readon {
    float: left;
    margin-right: 0;
    margin-left: 0;
	}
	.yjsg-leadingarticles > .sameheight{
	float:left;
	max-width: 100%;
	}
	.leading-0 .background_article.sameheight {
    max-width: 100%;
	}
	.background_article.sameheight{
		display: none !important;
	}
	.sameheight .yjsgarticle{
	padding-bottom:0;
	padding: 2em 0 !important;
	}
	.sameheight .article_title{
		width: 100% !important;
    float: left !important;
	}
	#user3 .maxme img, #user1 .maxme img, #user2 .maxme img{
		margin-right: 0;
	}
}
/*#holder2 #midblock .inside-container{
	padding-left: 0em;
    padding-right: 0em;
}*/
    #yjsg2{
	width: 100% !important;
	max-width: 100% !important;
}
@media only screen and (max-width: 1199px) and (min-width: 1040px){
	div#yjsg5.yjsgsitew {
	max-width: 100% !important;
	}
}
/*@media (max-width:650px){
	.sameheight.leading-1 .article_title{
	top: 48vw;
	}
	.yjsg-leadingarticles .leading-1 .img-introtext- {
    padding-bottom: 105px;
}
}
@media (max-width:569px){
	.sameheight.leading-0 .article_title{
	top: 52vw;
	}
	.yjsg-leadingarticles .leading-0 .img-introtext- {
    padding-bottom: 105px;
}
}
@media (max-width:418px){
	.sameheight.leading-1 .article_title{
	top: 60vw;
	}
	.yjsg-leadingarticles .leading-1 .img-introtext- {
    padding-bottom: 135px;
}
}
@media (max-width: 370px){
.sameheight.leading-1 .article_title {
    top: 65vw;
}
}
@media (max-width:360px){
	.sameheight.leading-0 .article_title{
	top: 56vw;
	}
	.yjsg-leadingarticles .leading-0 .img-introtext- {
    padding-bottom: 115px;
}
}*/

.maxiroundedcenter{
	max-width: 1600px;
    padding: 0 6.4em;
    margin: 0 auto;
}
.mod149 .lnd_more_ind{
	display: none;
}
#centerbottom #holder{
	padding-top: 0;padding-bottom: 0;
}
#leftblock .defaultmenu li.parent > ul{
	display: none;
}
.defaultmenu .parent {
    cursor: pointer;
    background-image: url("../images/arrow-list-expand-right.png");
    background-repeat: no-repeat;
    background-position: 15px 10px;
}
.defaultmenu .parent.clicked, .defaultmenu .parent.active {
    background-image: url("../images/arrow-list-expand-down.png");
}
.defaultmenu > .parent{
	padding-left: 30px;
	width: calc(100% - 30px);
    padding-top: 0 !important;
    padding-bottom: 0 !important
}
.defaultmenu .parent .parent a{
	width: calc(100% - 2em);
    /*padding: 0 1.5em 0 0.5em;*/
}
.defaultmenu .parent .parent > a {
    width: calc(100% - 1.67em);
    /*padding: 5px .67em 5px 1em;*/
}
.defaultmenu .parent li.parent{
	padding: 0 !important;
}
.defaultmenu .parent{
    position: relative;
}
#leftblock .defaultmenu li.parent > ul.clicked{
	display: block;
}

.wk-slideshow li{
	padding: 0;
}
ul.defaultmenu .parent .parent .defaultmenu-dropdown li,
ul#modid240-menu933.defaultmenu-dropdown li,
ul#modid240-menu954.defaultmenu-dropdown li {
    /* border-top: 1px solid #fff; */
    background: #f8f9fa !important;
	width:calc(100% - 30px);
	float:right;
	padding-right:15px;	
}
.defaultmenu .parent .parent {
    background-image: url("../images/arrow-list-expand-right-sub.png") !important;
    /*background-color: #f0f3f7 !important;*/
     background-repeat: no-repeat !important;
    cursor: pointer !important;
    background-position: 15px 14px !important;
}
.defaultmenu .parent .parent.active {
    background-image: url("../images/arrow-list-expand-down-sub.png") !important;
   
    /*background-color: #dfe6ee !important;*/
}
.yjsg-newsitems .yjsg-leadingarticles h2.article_title a{
	float: left;
	color: #000;
	/*word-break: break-word;*/
	float: left;
	width: 100%;
	font-size: auto;
    line-height: 1.2em;
    color: #000;
    font-family: Roboto, serif;
    text-transform: uppercase;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 1.6em;    
    text-align: left;
}
ul.defaultmenu .parent.active .parent .defaultmenu-dropdown {
    width: 100%;
    float: left;
    padding-left: 0;
    margin-left: 0px;
}
.yjsg-newsitems .yjsgarticle{
	padding: 2.5em 0;
}
ul.defaultmenu .parent > a{
	width: calc(100%);
	padding:0;
}
ul.defaultmenu .parent li a {
    /*font-size: 1.0666666667em;*/
    padding: 0 0 0 1em;
    display: inline-block;
    /*font-size: 12px;
    line-height: 1.6153846154em !important;
    color: #000;
    padding-right: .6666666667em; 
    border: none;
}
ul.defaultmenu .parent li{
    border: none;
}
ul.defaultmenu .parent .defaultmenu-dropdown.clicked {
    width: calc(100% - 30px);
    float: right;
    padding-left: 0;
    /*margin-left: -30px;*/
}
ul.defaultmenu .parent.active .defaultmenu-dropdown {
    width: calc(100% - 30px);
    float: right;
    padding-left: 0;
    /*margin-left: -30px;*/
}
.defaultmenu .parent li {
    padding: 0.48em 0;
    margin: 0;
}
.defaultmenu li {
    padding-top: 0.3em !important;
    padding-bottom: 0.3em !important;
}
.homepage #centerbottom {
    position: static;
    margin-top: 0px;
}
.clicked{
	border: none !important;
}
ul.defaultmenu .parent .defaultmenu-dropdown.clicked li{
	border-top: 1px solid #fff;
    background: #f0f3f7;
}

div#leftblock ul.defaultmenu li.parent ul.defaultmenu-dropdown li.parent>a {color:#777!important;padding-right:15px!important;}


ul.defaultmenu .parent.active .defaultmenu-dropdown li{
	border-top: 1px solid #fff;
    /*background: #f0f3f7;*/
	/*font-size:14px!important;*/
}
/*POSUNUTí CENíKU*/
.maximenuck.item599.level2{
	margin-bottom: 15px !important;
}

div#maximenuck151 ul.maximenuck li.level2:hover > a {
    background-image: url(../images/menu-underline.png);
    background-repeat: no-repeat;
    background-position: 0px 85%;
}
.breadcrumb{
	/*margin-top: 4px;*/
    text-transform: uppercase;
    background-color: transparent;
    line-height: 37px;
    height: 37px;
    padding: 0;
	margin:4px auto 0!important;
	max-width:1400px;
	padding: 0 6.4em;
}
.breadcrumb .icon-yjsg-pathway{
	display: none;
}
.breadcrumb span{
	    font-size: .7333333333em;
}
.breadcrumb li {
    padding-left: 0em;
}
.breadcrumb a span{
	color: #000;
}
.breadcrumb a span:hover{
	color: #555;
	text-decoration: none;
} 
.breadcrumb a:hover{

	text-decoration: none;
} 
.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 11px;
    color: #555;
    font-size: 13px;
} 
.breadcrumbs{
    height: 37px;
}
#adv1{
	border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.homepage #adv1{
	border:none !important;
}
#leftblock .defaultmenu li.parent.active > ul{
	display: block;
}
#phocagallery-categories-detail .pg-field {
	padding: 0 15px !important;
	margin: 0px 0px 15px 0px !important;
}
#phocagallery-categories-detail .pg-legend h2.article_title {
    color: #000;
    font-size: 1.16667em;
    font-style: normal;
    font-weight: bold;
    line-height: 1.3125em;
    text-transform: uppercase;
    text-align: center;
    margin-top: 15px;
    text-decoration: none;
}
.pg-legend{
	font-size: inherit;
}
#phocagallery-categories-detail .pg-cat-img-detail-box img {
    width: 100%;
}
#phocagallery-categories-detail {
    margin-left: -15px;
    margin-right: -15px;
}
.pg-field a:hover h2{
    text-decoration: underline !important;
    color: #000;
}
/*
.pg-cv-box {
    float: left;
    padding: 10px;
    margin: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 33% !important;
    margin: 0;
    padding: 0;
}
.pg-cv-box.item img{
	width: 100%;
	height: auto;
}
.pg-cv-box-img {
        height: 300px !important;
    width: calc(100% - 30px) !important;
    padding: 0 15px;
}*/
.modid147 .newsletter a{
	font-size: 15px;
	text-decoration: underline;
	color: #000 !important;
	font-family: Roboto,Arial;
	line-height: 25px;
}
.modid147 .newsletter a:hover{
	text-decoration: none;
	color: #555 !important;
}
#accessories .productimg{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
#yjsg5 .width25 .yjsgarticle{
	padding: 0;
	margin: 2px;
}
#yjsg5 .width25 .yjsgarticle .img-introtext-{
	margin: 0;
}
#yjsg5 .width25 .yjsgarticle h2{
    font-family:Roboto, Arial !important;
        margin-top: 42px;
}
#yjsg5 .width25 .yjsgarticle h2, #yjsg5 .width25 .yjsgarticle p{
    padding: 0 80px;
}
@media (min-width: 1600px){
	#yjsg5 #user11{
    padding-right: 0em;
	}
}
.acceone.width25{
	padding: 2px;
}
@media (max-width: 768px){
	#yjsgheadergrid {
    height: 49px;
}
.maximenucklogo a img {
    /*margin-top: -25px !important;*/
    max-width: 80%;
}
.maximenucklogo a {
    /*height: 24px;*/
        position: relative;
    top: 9px;
}
}
/*@media (max-width: 523px){*/
@media (max-width: 1023px){
	.maximenucklogo a {
    position: absolute;
    top: 9px;
    float: none;
    left: calc(50% - 85px);
    right: calc(50% - 85px);
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    padding-top: 7px;
}
}
#accessories .acceone:nth-child(4n+1){
	clear: left;
}
@media (max-width: 1280px){
	#yjsg5 #user11{
    padding-left: 0em !important;
    padding-right: 0em !important;
}
div.yjsg-newsitems .width25{
	width: 33%;
}
div.yjsg-newsitems .width25:nth-child(4), div.yjsg-newsitems .width25:nth-child(8), div.yjsg-newsitems .width25:nth-child(13){
	clear: left;
}
span.row-separator{
	clear: none;
}
}
@media (max-width: 1023px){
	#yjsg5 #user11{
    padding-left: 0em !important;
    padding-right: 0em !important;
}
#yjsg5 .width25 .yjsgarticle h2, #yjsg5 .width25 .yjsgarticle p{
	padding-left: 5px;
	padding-right: 5px;
}
div.yjsg-newsitems .width25{
	width: 50%;
}
div.yjsg-newsitems .width25:nth-child(3), div.yjsg-newsitems .width25:nth-child(6), div.yjsg-newsitems .width25:nth-child(9), div.yjsg-newsitems .width25:nth-child(11), div.yjsg-newsitems .width25:nth-child(14), div.yjsg-newsitems .width25:nth-child(17), div.yjsg-newsitems .width25:nth-child(19), div.yjsg-newsitems .width25:nth-child(22), div.yjsg-newsitems .width25:nth-child(25){
	clear: left;
}
span.row-separator{
	clear: none;
}
div.yjsg-newsitems .width25:nth-child(4), div.yjsg-newsitems .width25:nth-child(8), div.yjsg-newsitems .width25:nth-child(13){
	clear: none;
}
}
@media screen and (min-width: 602px) and (max-width: 720px){
#user11 div.yjsg-newsitems .float-left, div.yjsgxhtml {
    width: 50% !important;
    float: left !important;
    clear: none!important;
}
/*.article_title{
	position: static;
}*/
}
@media (max-width: 1180px){
	#accessories .acceone.width25{
		width: 33%;
	}
	#accessories .acceone:nth-child(4n+1) {
    clear: none;
	}
	#accessories .acceone:nth-child(3n+1) {
    clear: left;
	}
}
@media (max-width: 720px){
	#accessories .acceone.width25{
		width: 50%;
	}
	#accessories .acceone:nth-child(4n+1) {
    clear: none;
	}
	#accessories .acceone:nth-child(3n+1) {
    clear: none;
	}
	#accessories .acceone:nth-child(2n+1) {
    clear: left;
	}
}
@media (max-width: 500px){
	#accessories .acceone.width25{
		width: 100%;
	}
	#accessories .acceone:nth-child(4n+1) {
    clear: none;
	}
	#accessories .acceone:nth-child(3n+1) {
    clear: none;
	}
	#accessories .acceone:nth-child(2n+1) {
    clear: none;
	}
}
.pg-cv-box {
    float: left;
    padding: 10px;
    margin: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.pg-cv-box {
    height: auto !important;
    width: calc(33.3% - 20px)!important;
    margin: 0;
    padding: 0;
}
.pg-cv-folder a{
    text-align: center;
    margin-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    background: none;
      text-transform: none;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.75em;
        color: #000;
    font-family: "Quattrocento",serif !important;
    margin: 0 0 20px 0;
}
.pg-cv-folder{
    text-align: center;
    margin-top: 0px;
    padding-left: 0px;
    background: none;
    text-transform: none;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.75em;
        color: #000;
    font-family: "Quattrocento",serif !important;
    margin: 15px 0 15px 0;
}
.pg-cv-box-img {
    height: auto !important;
    width: 100% !important;
    max-height: 275px !important
}
.pg-cv-box-img img{
    max-height: 300px !important
}
.pg-cv-box.item{
	margin-bottom: 0px;
	padding-top: 15px;
}
#pg-msnr-container .pg-cv-box.item:nth-child(3n+1){
	clear: left;
}
@media (max-width: 1280px){
	.pg-cv-box {
    height: auto !important;
    width: 50% !important;
	}
	#pg-msnr-container .pg-cv-box.item:nth-child(3n+1){
	clear: none;
	}
	#pg-msnr-container .pg-cv-box.item:nth-child(2n+1){
	clear: left;
	}
}
@media (max-width: 680px){
	.pg-cv-box {
    height: auto !important;
    width: 100% !important;
	}
	#pg-msnr-container .pg-cv-box.item:nth-child(3n+1){
	clear: none;
	}
	#pg-msnr-container .pg-cv-box.item:nth-child(2n+1){
	clear: none;
	}
}
.pg-legend h2{
	min-height: 42px;
}
.social h2, .newsletter h2{
	margin-bottom: 15.5px !important;
}
.aktuality .img-introtext-{
	float: left;
}
@media (min-width: 501px){
.aktuality .article_title{
    padding-left: 1em !important;
}	
}
.aktuality .newsitem_text p{
	float: left;
	margin-left: 1em;
	text-align: left;
}
.page-header h1{
	margin-bottom: 20px;
}
#phocagallery > div:last-child:before{
	position: absolute;
    content: "";
    background-color: #fff;
    height: 25px;
    width: 100%;
    left: 0;
}
.item110 .maximenuck2 li{
	width: 180px;
}
.aktuality .readon{
	float: right;
}
.pg-box3 a, .pg-box3 img{
	float: left;
	width: 100%;
}
/*.pg-box3{
	padding: 0 15px;
}*/

.aktuality .yjsg-newsitems .yjsgarticle{
	padding: 0em 0;
}
.pg-cv-box:hover {
    background: transparent;
}
#phocagallery #pg-msnr-container .pg-cv-box.item{
	margin-right: 15px;
	margin-left: 15px; 
}
#phocagallery #pg-msnr-container .pg-cv-box.item:nth-child(3n+1){
	margin-left:0px;
}
#phocagallery #pg-msnr-container .pg-cv-box.item:nth-child(3n){
	margin-right:0px;
}
#phocagallery .pg-cat-img-detail {
    margin-top: 15px;
}
#midblock .newsitem_text .img-fulltext- img{
	width: 350px;
	/*margin-right: 50px;*/
	margin:0 25px 0 0px;
    padding-bottom: 20px;
}

@media (max-width: 500px){
#midblock .newsitem_text .img-fulltext- img {margin:0 auto;float:none!important;max-width:100%;}
#midblock .newsitem_text .img-fulltext- {text-align:center;width:100%;}
}




}
#leftblock .defaultmenu li.parent{
    float: left;
}
.independent {
    background: rgba(0, 0, 0, 0) url("../images/product-background.png") no-repeat scroll center center;
    margin: 15px !important;
    padding: 1.33333em;
    text-align: center;
    vertical-align: middle;
    height: 225px;
}
.independent h2{
    color: #000;
    font-size: 1.16667em;
    font-style: normal;
    font-weight: bold;
    line-height: 1.3125em;
    text-transform: uppercase;
    text-align: center;
    margin-top: 15px;
    text-decoration: none;
}
.createdate.details time{
	color: rgb(136, 136, 136);
	font-family: Roboto, Arial;
	font-size: 12.6px;
	font-style: normal;
	font-weight: 300;
	height: 19px;
	line-height: 19.6px;
	text-transform: none;
}
#archive-items h2.pagetitle{
	color: rgb(0, 0, 0);
	font-family: Quattrocento, serif;
	font-size: 16.3334px;
	font-style: normal;
	font-weight: normal;
	height: auto;
	line-height: 21.4376px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}
#archive-items h2.pagetitle:hover {
	text-decoration: underline;
    color: #a81524 !important;
}

#yjsg4{
	padding: 0;
}
.view-search h1{
	text-align: center;
}
.view-search .yjsg-form-group-inline label, .view-search .yjsg-form-group-inline button{
	display: none;
}
.view-search .finder{
	max-width: 800px;
	margin: 0 auto;
}
.view-search input.yjsg-form-element{
	float: left;
	width: 100%;
	margin-top: 50px;
	font-size: 15px !important;
}
.view-search .yjsg-element-holder{
	float: left;
	width: 100%;
}
.search-results dd:nth-child(3n){
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}
.result-title a{
	color: rgb(0, 0, 0);
	font-family:Roboto, Arial;
	font-size: 15px;
	font-weight: bold;
	line-height: 21px;
	text-align: left;
	text-decoration: underline;
}
.result-title a:hover{
	color: #555 !important;
	text-decoration: none;
}
.result-text, .result-url{
	font-family: Roboto, Arial;
	font-size: 15px;
	line-height: 21px;
	text-align: left;
}
.highlight{
    color: #a81524 !important;
    padding: 0 !important;
    font-weight: normal !important;
    background-color: transparent !important;
}
@media (min-width: 1618px){
	#user4.yjsgxhtml {
    max-width: 702px;
    float: right;
}
#user3, #user2, #user1 {
    width: calc(50vw / 3) !important;
}
}
@media (min-width: 1024px) and (max-width: 1280px){
#yjsg3 {
    width: calc(100% - 2.8em);
    margin-right: 0;
    padding: 0;
    max-width: 100%;
    margin-left: 2.8em;
}
}
.homepage .yjsgarticle .readon span {
    background: transparent;
    border: none;
    color: #000 !important;
    text-decoration: underline;
}
.social a{
	color: transparent !important;
}
.social a:hover{
	color: transparent !important;
}
@media (min-width:500px;){
.sameheight.leading-0, .sameheight.leading-1{
	margin-bottom: 75px
}
}
@media (max-width:1540px){
    .sameheight.leading-1 .readon span {
    background: transparent;
    border: none;
    color: #000 !important;
    text-decoration: underline;
    width: 100%;
    float: left;
    text-align: left;
}
    .sameheight.leading-1 .readon {
    float: right !important;
    width: 48.5% !important;
    text-align: right;
}
}
#user11{
   /* padding: 0 6.4em;*/
}
#leftblock .parent div {
    position: absolute;
    left: 0;
    background-color: transparent;
    height: 33px;
    width: 33px;
    cursor: pointer;
    top: 5px;
}
#leftblock li{
    cursor: initial;
}
#leftblock li a{
    cursor: pointer;
}
@media(max-width:768px){
    .nn_tabs-title{
        display: none !important;
    }

}
.slides a{
	text-align: center;
}
.footersocial table{
	margin: 0 auto;
}
.footersocial table a{
	color: transparent !important;
}
@media (max-width: 1520px){
	/*.search {right: 3.7em;}*/
/*.langswitch {right: 5em;}*/
.langswitch.second {
    right: calc(5em - 20px);
}
.langswitch.third {
    right: calc(5em - 40px);
}
}

@media (max-width: 1120px){

div#maximenuck151 ul.maximenuck li.maximenuck.level1 > a {
    padding-left: 5px !important;
    padding-right: 15px !important;
}
}
#yjsg-off-canvas .parent.level1{
	float: left;
	width: 100%;
}

@media (max-width:770px){
.sameheight.leading-1 .readon {
    float: left !important;
    width: 100% !important;
    text-align: left;

}
}
.icon-search.icon-white {
    margin-top: -13px;
    float: left;
    margin-left: -5px;
    font-size: 25px;
}
.btn.btn-primary.hasTooltip.finder{
    height: 38px;
    width: 40px; 
    margin-top: -2px;
}
#yjsg-off-canvas .menu{
    list-style-type: none;
    background: #F8F9FA;
    float: left;
}
#yjsg-off-canvas .menu ul{
    list-style-type: none;
}
#yjsg-off-canvas .menu > li{
    padding-left: 0;
    position: relative
}
#yjsg-off-canvas .menu > li a {
   text-transform: uppercase;
    color: #666;
    text-decoration: none;
    font-size: .8666666667em;
    border-bottom: #fff 1px solid;
    width: calc(100% - 70px);
    float: left;
    text-align: left;
    padding: 14px 50px 14px 20px;
    min-height: 14px;
}
#yjsg-off-canvas .menu > li ul {
    float: left;
    padding: 0;
}
#yjsg-off-canvas .menu > li ul li{
    z-index: 12000;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}
#yjsg-off-canvas .menu > li > a {
    text-transform: uppercase;
    color: #666;
    text-decoration: none;
    font-size: .8666666667em;
    border-bottom: #fff 1px solid;
    width: calc(100% - 70px);
    float: left;
    text-align: left;
    padding: 14px 50px 14px 20px;
    min-height: 14px;
}

div#yjsg-off-canvas li.maximenuck.level2 a {padding-left:45px;}




.yjsg-off_canvas_in{
    padding: 0;
}
#yjsg-off-canvas .menu > li.parent > ul{
    display: none;
}
#yjsg-off-canvas .parent.active > ul{
    display: block !important;
}
#yjsg-off-canvas .parent div {
    position: absolute;
    right: 0;
    background-color: transparent;
    height: 51px;
    width: 50px;
    cursor: pointer;
    top: -2px;
    background-image: url(../images/arrow_red.png);
    background-repeat: no-repeat;
    background-size: 12px 19px;
    background-position: 50%;
}
#yjsg-off-canvas .parent.active div {/*
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);*/
	    background-image: url(../images/arrow_red_down.png);
		    background-size: 19px 12px;

}
.yjsg-off_canvas_in.canvas_active{
    background-color: #F8F9FA;
}
@media screen and (max-width: 524px){
    #yjsg-off-canvas .parent.level1{
        float: left !important;
    }
}
#yjsg-off-canvas .btn-primary {
    color: #fff;
    background-color: #a81524;
    border: 0;
}
#yjsg-off-canvas .btn-primary:hover {
    color: #fff;
    border: 0;
    background-color: #a81524;
}
#yjsg-off-canvas #mod-finder-searchword{
    margin-left: 15px;
    margin-top: 15px;
    height: 40px;
    font-size: 15px !important;
    max-width: 230px;
	/*width: calc (100% - 50px;);*/
}

#yjsg-off-canvas #mod-finder-searchform.form-search div.finder input#mod-finder-searchword.search-query.input-medium

.yjsg-off_canvas_in.canvas_active{
    max-width: 80%;
}
#yjsg-off-canvas ::-webkit-scrollbar { 
    display: none; 
}
div.maximenuckv ul:not(.noresponsive) li{
    float: left !important;
}
.closeCanvas .fa:hover, .yjsg-offc-btn.site-offc .fa.fa-bars:hover {
    color: #a81524 !important;
}
.closeCanvas .fa {
    font-size: 25px;
    padding: 5px;
}
/*.canvas-lang .langswitch {
    display: block !important;
    position: static;
    float: left;
    width: 33%;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
}

.canvas-lang .langswitch:hover {
    background-image: none;
    height: auto;
}*/

div#yjsg-off-canvas .canvas-lang {text-align:left;padding-left:46px;}
div#yjsg-off-canvas .canvas-lang img {margin-right:27px;}

.yjsg-off_canvas_in li.active > a{
    color: #a81524 !important;
    font-weight: bold;
}
.yjsg-off_canvas_in .finder{
    padding-top: 20px;
}
#footmod {
    padding: 0px 25px !important;
} 
@media (max-width: 500px){
	/*.nn_tabs-responsive td{		float: left;		width: 100% !important;	}*/
	.nn_tabs-responsive .formCaption{
		float: left;
		width: 100%;
	}
	.nn_tabs-responsive input[type="text"], .nn_tabs-responsive textarea, .nn_tabs-responsive .formBody, .newsitem_text input[type="text"], .newsitem_text textarea, .newsitem_text .formBody{
		float: left;
		width: 100%;
	}
	h2.article_title{
		float: left !important;
	    width: 100% !important;
	    padding: 0 !important;
	    margin-bottom: 0;
	}
	.rstbox_3, .rstbox_2{
		display: none;
	}
}
.newsflashservisyvypis .width33.float-left, .pg-cats-box-float{
	min-width: 300px;
}
.aktuality .newsitem_text a:first-child .img-introtext- {
    width: 40%;
    float: left;
}
.aktuality .img-introtext-{
	width: 100%;
}
.yjsg-blog_c.aktuality p{
    float: left;
    width: 60%;
}
.aktuality .article_title{
	text-align: left !important;
    float: left;
    width: 60%;
    padding: 0 !important;
}
.aktuality .newsitem_tools{
    margin-bottom: 0;
}
.aktuality .readon {
    color: #000;
    position: absolute;
    left: 40%;
    bottom: 0;
}
.aktuality .readon span{
    color: #888 !important;
}
@media (max-width:979px){
	div#mmenu_holder {
    display: none !important;
	}
	#mmenu_holder + div{
		visibility:visible !important;
	}
    .aktuality .newsitem_text a:first-child {
    width: 100%;
    }
    .aktuality p {
    width: 100%;
    }
    .aktuality .readon {
    left: 0;
    }
    .aktuality .teaserarticles .first:nth-child(4n+1){
        clear: left;
    }
    .aktuality .article_title {
    width: 100%;
    }
}
:target:before {
content:"";
display:block;
height:110px; /* fixed header height*/
margin:-110px 0 0; /* negative fixed header height */
}
.wk-slideshow img{
min-height: 298px;
}
.wk-slideshow .slides>li {
    min-height: 298px;
}
li.item111 li{
	max-width: 250px;
}
li.item111 > .floatck{
	right: 168px;
}
@media(max-width: 1280px){
	li.item111 > .floatck {
    margin-left: -233px !important;
    right: auto;
	}
}
.modid199 {
    background-color: transparent;
    border-top: medium none;
    box-shadow: none;
    content: "";
    cursor: auto;
    height: 0;
    left: -1500px;
    position: fixed;
    right: 0;
    top: 0;
    width: 200px;
    z-index: 1001;
	-webkit-transition: 1.8s ease-out;
	transition: 1.8s ease-out;
}

.yjsquare.modid199 #mod-finder-searchword {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff none repeat scroll 0 0;
    border-color: #bbb -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-radius: 0.2em;
    border-style: solid none none;
    border-width: 1px medium medium;
    box-shadow: 0 1px 2px #ddd inset;
    color: #000;
    display: block;
    font-size: 15px !important;
    height: 46px;
    /*left: 50%;*/
    line-height: 1.42857;
    margin-bottom: 10px;
    /*margin-left: 462px;*/
/*margin-left: calc (50% - 290px);*/
    max-width: 240px;
    padding: 10px !important;
    position: fixed;
    right: 6px;
    top: 28px;
    vertical-align: middle;
    width: 100%;
    z-index: 9999;
}

/*.yjsquare.modid199 #mod-finder-searchword{
	font-size: 100%;
    display: block;
    margin-bottom: 10px;
    width: 100%;
    height: 46px;
    padding: 6px 12px;
    color: #555555;
    line-height: 1.42857143;
    background-color: #ffffff;
    background-image: none;
    vertical-align: middle;
    position: fixed;
    top: 140px;
    left: 50%;
    z-index: 9999;
    max-width: 800px;
    margin-left: -400px;
    right: 50%;
    padding: .8em 2.4666666667em !important;
    border: none;
    border-top: 1px solid #bbb;
    background: #fff;
    -webkit-box-shadow: #ddd 0 1px 2px inset;
    -moz-box-shadow: #ddd 0 1px 2px inset;
    box-shadow: #ddd 0 1px 2px inset;
    -webkit-border-radius: .6666666667em;
    -moz-border-radius: .6666666667em;
    -ms-border-radius: .6666666667em;
    -o-border-radius: .6666666667em;
    border-radius: .6666666667em;
     font-size: 15px !important;
}*/


/*@media (min-width: 1024px) and (max-width: 1280px) {
  .yjsquare.modid199 #mod-finder-searchword  {margin-left:calc (50% - 290px;}
}*/