/**
* @author    JoomlaShine.com http://www.joomlashine.com
* @copyright Copyright (C) 2008 - 2011 JoomlaShine.com. All rights reserved.
* @license   JoomlaShine.com Proprietary License
*/
/* ============================== CUSTOM CSS ============================== */
.demo-frontpage h2,
.demo-frontpage h3 {
	text-shadow:1px 1px 1px #FFF !important;
	margin: 0;
}
.demo-frontpage h3 {
	padding-bottom: 5px;
}
.demo-frontpage h2 {
	margin-top: 5px;
}
.demo-frontpage p {
	margin: 0;
}
.demo-frontpage span {
	font-size: 0.9em;
	display: block;
	margin: 3px 0;
	color: #999;
}
.demo-frontpage .jsn-template-featured {
	padding-top: 14px;
}
.demo-frontpage .jsn-template-featured img {
	max-width: 100%;
}
.demo-frontpage div.grid-layout2 div.grid-col {
	width: 49.9%;
}
.demo-frontpage div.grid-layout2 div.grid-col.grid-lastcol {
	float: right;
}
.demo-frontpage ul.jsn-template-list {
	list-style: none;
	border-left: 1px solid #ececec;
	margin: 0;
	box-shadow: -1px 0px 0px 0px #fff;
}
.demo-frontpage ul.jsn-template-list li {
	border-bottom: 1px dotted #ccc;
	padding:10px 0;
	margin: 0 0 0 10px;
}
.demo-frontpage ul.jsn-template-list li:last-child {
	border-bottom: none;
}
.article_separator {
	display: none;
}
.custom-height {
	height: 10px;
}
@media only screen and (max-width: 960px), (max-device-width: 960px) {
	.demo-frontpage {
		width:auto;
		float:none;
	}
	.demo-frontpage ul.jsn-template-list {
		border-left: none;
	}
}
@media only screen and (max-width: 480px), (max-device-width: 480px) {
	.demo-frontpage ul.jsn-template-list li{
		margin: 0;
	}
	.demo-frontpage div.grid-layout2 div.grid-col {
		width: 100%;
	}
	.jsn-desktop-on-mobile .demo-frontpage div.grid-layout2 div.grid-col {
		width: 49.9%;
	}
}

/* ---------------------- */

body#jsn-master {
  background: none;
  background-color: rgba(1, 74, 181, 1);
  /*background-image: url('../../../images/maaszt2020/header-bg.jpg');*/
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 85%;
}

[itemprop="articleBody"] a:not(.maaszt-button) {color: rgb(15, 134, 204);}

.maaszt-font14 {
  font-size: 14px;
}

.maaszt-button {
  background-color: rgb(15, 134, 204);
  border-radius: 15px;
  color: #fff;
  padding: 10px 18px 10px 18px;
  text-decoration: none;
}

.maaszt-button:hover {
  color: #fff;
  opacity: 0.85;
}

.maaszt-x-scrollable {
  overflow-x: auto;
}

.maaszt-row {
  box-sizing: border-box;
  margin: 0 -15px;
  position: relative;
}

[class^="maaszt-col-"] {
  box-sizing: border-box;
  float: left;
  padding: 0 15px;
}

.maaszt-col-sm-4 {
  width: 33.33%;
}

.maaszt-col-sm-8 {
  width: 66.67%;
}

.maaszt-clearfix {
  clear: both;
}

.maaszt-photo {
  border-radius: 3px;
}

.maaszt-photo-holder {
  font-size: 0;
  margin: 0 -10px 10px -10px;
  position: relative;
}

.maaszt-photo-holder > img {
  border-radius: 3px;
  margin: 10px;
}

.maaszt-col-left > .maaszt-photo-holder {
  margin: 0 0 0 -10px;
}

.maaszt-photo-holder.maaszt-col-1 > img {
  width: calc(100% - 20px);
}

.maaszt-photo-holder.maaszt-col-3 > img {
  width: calc((100% - 3 * 20px) / 3);
}

.maaszt-alterbg-table > tbody > tr:nth-child(even) {
  background-color: #f5f5f5;
}

.maaszt-alterbg-table > tbody > tr > td {
  padding: 1px 4px;
}

/* fejléc */

#jsn-topbar {
  background-color: transparent;
  height: auto;
  padding: 5vh 0;
  width: 100%;
}

body.jsn-homepage #jsn-topbar {
  /*left: 0;
  position: fixed;
  top: 0;
  z-index: 98;*/
}

#jsn-topbar > #jsn-pos-topbar {
  padding: 0;
  width: 100%;
}

#jsn-topbar .jsn-modulecontainer {
  background-color: rgba(1, 74, 181, 0.7);
  box-sizing: border-box;
  float: none;
  padding: 10px calc((100% - 960px) / 2);
  position: relative;
  width: 100%;
}

#jsn-topbar .jsn-mod-custom {
  text-align: left;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.7);
}

#jsn-topbar .maaszt-header-text-holder {
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  max-width: calc(100% - 200px);
}

#jsn-topbar .maaszt-header-text-line-1 {
  font-size: 28px;
}

#jsn-topbar .maaszt-header-text-line-2 {
  font-size: 28px;
  font-weight: bold;
}

#jsn-topbar .maaszt-header-text-line-3 {
  font-size: 20px;
  font-weight: bold;
}

#jsn-topbar .maaszt-header-text-line-4 {
  color: #ffcc00;
  font-size: 23px;
  margin-top: 40px;
}

#jsn-topbar .maaszt-header-text-line-5 {
  font-size: 20px;
}

#jsn-topbar .maaszt-logo-holder {
  position: absolute;
  right: calc((100% - 960px) / 2);
  top: 15px;
  z-index: 100;
}

#jsn-page {
  max-width: 1240px;
  width: auto;
}

body.jsn-homepage #jsn-page {
  /*margin-top: 100vh;*/
}

#jsn-header {
  display: none;
}

#jsn-footer {
  font-size: 0.99em;
  padding-top: 40px;
}

#jsn-menu_inner {
  background: rgba(255, 255, 255, 0.5);
}

#jsn-menu_inner > .maaszt-menu-link {
  color: rgb(51, 51, 51);
  cursor: pointer;
  display: none;
  font-size: 22px;
  padding: 0 8px;
}

#jsn-content {
  background-color: transparent;
  border: 10px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
}

#jsn-content_inner7 {
  display: flex;
}

#jsn-leftsidecontent {
  background-color: #e5e5e5;
}

#jsn-pos-left > .jsn-modulecontainer:not(:first-child) > .jsn-modulecontainer_inner {
  border-top-left-radius: 0;
}

#jsn-pos-left > .jsn-modulecontainer:not(:last-child) > .jsn-modulecontainer_inner {
  border-bottom-left-radius: 0;
}

.page-header > h2 {
  margin-bottom: 30px;
}


@media only screen and (max-width: 1024px) {

  #jsn-topbar .jsn-modulecontainer {
    padding: 10px 20px;
  }

  #jsn-topbar .maaszt-logo-holder {
    right: 20px;
  }

}

@media only screen and (max-width: 960px) {

  #jsn-menu_inner > .maaszt-menu-link {
    display: inline;
  }

  #jsn-content_inner7 {
    flex-direction: column;
  }

  #jsn-maincontent {
  }

  #jsn-leftsidecontent {
  }

}

@media only screen and (max-width: 640px) {

  /* fejléc */

  #jsn-topbar .maaszt-header-text-holder {
    max-width: 100%;
  }

  #jsn-topbar .maaszt-header-text-line-1 {
    font-size: 26px;
    max-width: calc(100% - 80px);
  }

  #jsn-topbar .maaszt-logo-holder > img {
    width: 75px;
  }

  .item-page > [itemprop="articleBody"] table {
    width: 100%;
  }

  .item-page > [itemprop="articleBody"] table td:first-child {
    max-width: 50%;
    width: auto !important;
  }

  [class*="maaszt-col-sm-"] {
    float: none;
    width: 100%;
  }

}
