body {
	background-color: #EFEFEF;  
}

#sm-pagewrapper {
	margin: auto;
	background-image: url("../images/background.jpg?20210306");
	background-repeat: no-repeat;
	background-attachment: fixed;	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;		
}

#sm-headwrapper {
	width: 100%;
	min-height: 200px;
}

#sm-header {
	width: 100%;
	height: 0;
}

#sm-menuwrapper {
	height: 400px;
	margin-top: -400px;
	width: 100%;
}

#sm-menubox {
	display: none;
	margin: 12px;
}

#sm-menubox a {
	/* color: white; */
	color: grey;
	line-height: 1.2em;
	font-weight: bold;
}

.sm-clean a span.sub-arrow {
	border-color: grey transparent transparent transparent !important;
}

.main-menu-btn-icon, .main-menu-btn-icon::before, .main-menu-btn-icon::after {
	background-color: grey !important;
}

#sm-title {
	width: 100%;
	/*font-family: 'Montserrat', sans-serif;*/
	font-family: 'Jura', sans-serif;
    position: fixed;
    top: 0;
    z-index: 2;
	/* background-color: rgba(17, 134, 191, 0.8); 	
	color: white; */
	background-color: rgba(255, 255, 255, 0.8); 	
	color: grey;	
}

#sm-title a {
	color: white;
}

#sm-title a:hover {
	text-decoration: none;
}

.sm-title-icon {
	margin-right: 12px;
}

.sm-titlebox {	
	display: inline-block;
	margin: 0;
	padding: 12px;	
	font-size: 36px;
	text-transform: uppercase;
}

#sm-titlewrapper {
	width: 100%;
	max-width: 1024px;
	margin: auto;

}

#sm-title.floating {
	
}

.sm-menubox .moduletable_menu {
	text-align: center;
}

#sm-eng {
	display: block;
	font-size: 12px;
	text-transform: none;
}

#sm-topmenu {
	font-size: 12px;
	
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999999;
}

#sm-topmenu li {
}

#sm-topmenu li:hover {
}

#sm-iconmenu-wrapper {
	width: 100%;
	max-width: 1024px;	
	box-sizing: border-box;
	padding: 12px;
	padding-bottom: 0;
	margin: auto;
	margin-top: -100px;	
}

#sm-iconmenu {
	display: none;
	width: 100%;
}

#sm-iconmenu ul {
	list-style-type: none;
	font-size: 18px;
	display: table-row;
}

#sm-iconmenu ul li {
	display: table-cell;
	width: 33%;
	text-align: center;
	height: 60px;
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;	
	list-style-type: none;
	padding-bottom: 10px;
}

#sm-iconmenu ul li:last-child {
	border-right: 0 none;
}

#sm-iconmenu ul li a {
	font-family: 'Jura', sans-serif;
}

#sm-iconmenu ul li a:before{
	color: red;
}

#sm-iconmenu ul li a:hover{
	text-decoration: none;
}

.sm-menu-img {
	vertical-align: middle;
	display: block;
	margin-left: auto;
	margin-right: auto;	
}

.sm-shortcut-1 {
	/* background-color: #f97f1d; */
	background-color: #579290;
}
.sm-shortcut-2 {
	/* background-color: #234da7; */
	background-color: #1b605e;
}
.sm-shortcut-3 {
	/* background-color: #f9af1d; */
	background-color: #8ab7b5;
}

@media (max-width: 900px) {
	#sm-iconmenu-wrapper {
		margin-top: -120px;	
	}

	#sm-iconmenu ul {
		display: block;
	}
	
	#sm-iconmenu ul li {
		display: block;
		width: 100%;
		height: auto;
		min-height: 64px;
		margin: 0;
		text-align: left;
		border-right: 0 none;
		padding-bottom: 0;
		overflow: hidden;
	}

	#sm-iconmenu ul li a {
	}
	
	.sm-menu-img {
		position: absolute;		
	}
	
	#sm-iconmenu ul li a .image-title{
		padding-left: 100px;
		padding-right: 1em;
		box-decoration-break: clone;
		-webkit-box-decoration-break: clone;	
		vertical-align: middle;	
		min-height: 64px;
		display: flex;
		align-items: center;
	}
		
}
 
#sm-iconmenu ul li a {
	color: white;
}

#sm-iconmenu ul li a span {
	display: inline-block;
    vertical-align: top;
    height: 100%;
}
}

#sm-content-wrapper-outer {
	margin: auto;
	margin-bottom: 0.5em;
	max-width: 1024px;
	padding: 10px;
	padding-top: 0;
	box-sizing: border-box;	
}

#sm-content-wrapper {
	background-color: rgba(255, 255, 255, 0.9);
	padding: 1.5em;
	border: 1px solid lightgrey;	
	box-sizing: border-box;
	/*float: left;*/
	width: 100%;
	max-width: 1000px;
	margin: auto;
	margin-bottom: 12px;
	margin-top: 8px;
}

#sm-content {
	width: 100%;
}



/* Üzenetek */
#system-message-container {
	display: inline;
}

#system-message {
	display: block;	
	margin: 0;
}

tt #message {
	width: 100%;
	max-width: 500px;
}

.alert-warning, 
.alert-error,
.alert-message,
.alert-notice,
.alert-success {
	padding: 8px;	
}

.alert-warning {
	background-color: #ffff99;
}

.alert-error {
	background-color: #ff9966;
}

.alert-notice {
	background-color: #BFDDEE;
}

.alert-success {
	background-color: #00ff99;
}

/*
.alert-message {
	background-color: #00ff99;
}
*/

.alert > .close {
	color: black;
	cursor: pointer;
	display: none;
}

.alert > .close:hover {
	text-decoration: none;
}

.alert-heading {
	display: none;
}


#sm-beforecontent {
}

#sm-aftercontent {
}

#sm-beforefooter {
	clear: both;
}

#sm-footer {
	clear: both;
	/*background-color: rgba(17, 134, 191, 0.8);
	color: white;*/
	background-color: rgba(255, 255, 255, 0.8);
	color: grey;	
	text-align: center;
	font-size: 12px;
	line-height: 1.5em;
	padding: 1em;
}

tt  {
  font-family: inherit;
}

p {
	padding: 0;
	margin: 0;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 1.5em;
}

p img {
	margin: 4px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0 0 8px 0;
	padding: 8px 0 5px 0;
}

h1 {
	font-size: 24px;
	color: #236385;
}

h2 {
	font-size: 20px;
	color: #236385;
}

h3 {
	font-size: 18px;
}

blockquote {
	font-size: inherit;
}

table {
	border: none;
	border-spacing: 0;
	border-collapse: collapse;
}

table tr th, table tr td {
	border: none;
	background: initial;
	color: initial;
	font-weight: normal;
	padding: 4px;
}

table tr th {
	font-weight: bold;
	background-color: #1795C2;
	color: white;
}

.btn,
.button,
input[type=button],
input[type=submit],
input[type=reset],
.pagination ul li,
.fsf_pagination .pagenav,
.addtocart-button input,
.details,
#checkoutFormSubmit,
.showcart,
.continue_link
 {
	border: 1px solid !important;
	border-radius: 0 !important;
	padding: 5px !important;
	/*background-color: #ee895c;*/
	background: none !important;
	/*background-color: #8FA7CA !important;*/
	background-color: #1795C2 !important;
	color: white !important;
	cursor: pointer !important;
	font-size: 16px !important;
	font-family: "century gothic", arial, sans-serif !important;
	font-weight: normal !important;
}

.btn:hover,
.button:hover,
input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover,
.pagination ul li:hover,
.pagination ul li a:hover,
.fsf_pagination .pagenav:hover,
.addtocart-button input:hover,
.details:hover,
#checkoutFormSubmit:hover,
.showcart:hover,
.continue_link:hover {
	text-decoration: none !important;
	/*background-color: #8FA7CA;*/
	background-color: #617EA8 !important;
}

.btn:active,
.button:active,
input[type=button]:active,
input[type=submit]:,
input[type=reset]:active,
.pagination ul li:active,
.fsf_pagination .pagenav:active,
.addtocart-button input:active,
.details:active,
#checkoutFormSubmit:active,
.showcart:active,
.continue_link:active {
	background-color: lightgreen !important;
}

input[type="checkbox"], input[type="radio"], select {
    margin-top: 1em;
}

select {
	width: inherit !important;
}

.clear {
	clear: both;
}