html {
	/*background-color: #4B74B0;*/
}

body {
	padding-top: 8px;
	padding-bottom: 8px;
}

#ev-pagewrapper {
	margin: auto;
}

#ev-headwrapper {
	width: 100%;
	min-height: 333px;
}

#ev-header {
	width: 100%;
	height: 320px;
	background-image: url("../images/header.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

#ev-menuwrapper {
	margin: auto;
	margin-top: -300px;
	width: 100%;
	max-width: 1024px;
	/*min-height: 370px;*/
	
	display: flex;
}

#ev-content-wrapper-outer {
	margin: auto;
	margin-bottom: 0.5em;
	max-width: 1024px;
	padding: 10px;
	padding-top: 0;
	box-sizing: border-box;	
}

#ev-content-wrapper {
	padding: 1.5em;
	border: 1px solid lightgrey;	
	box-sizing: border-box;
	float: left;
	width: 100%;
	margin-bottom: 1em;	
}

#ev-content {
	width: 100%;
}

.ev-orange {
	/*background-color: rgba(238,137,80,1);*/
	background-color: #8FA7CA;
}

.ev-menubox {
	margin: 10px;	
	color: white;
	border: 1px solid white;
}

.ev-menubox a {
	color: white;
}

.ev-menubox a:hover {
	text-decoration: none;
}

#ev-menu-left {
	width: 70%;
	display: flex;
	flex-direction: column;
}

#ev-menu-right {
	width: 30%;
	min-width: 280px;
	align-self: flex-end;
}

#ev-title {
	width: 100%;
	font-family: 'Amatic SC', cursive;
	font-size: 48px;
	letter-spacing: 3px;
	/*text-transform: uppercase;*/
	font-weight: bold;
	align-self: flex-start;
	flex-grow: 1;
}

#ev-title a {
	color: white;
}

#ev-title a:hover {
	text-decoration: none;
}

.ev-titlebox {
	margin: 10px;
	padding: 24px;	
	color: white;
	background-color: rgba(0,0,0,0.3);
}

#ev-topmenu {
}

.ev-menubox .moduletable_menu {
	text-align: center;
}

#ev-topmenu {
	display: inline-block;
}

#ev-topmenu li {
	width: 120px;
	height: 120px;
	list-style-type: none;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin: 0;
	
	transition: all 0.8s ease 0s;
	
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 16px;
	padding-left: 8px;
	padding-right: 8px;
}

#ev-topmenu li .image-title {
	display: block;
}

#ev-topmenu li img {
	border-bottom: 2px solid white;
}

#ev-topmenu li:hover {
	background-color: white;
}
#ev-topmenu li:hover .image-title  {
	/*color: #ee895c;*/
	color: #617EA8;
}
#ev-topmenu li:hover img  {
	/*border-color: #ee895c;*/
	border-color: #617EA8;
}

#ev-login {

}

#login-form {
	padding: 1em;
	padding-bottom: 0.5em;
}

#login-form .controls {
	width: 100%;
}

#login-form label {
	width: 40%;
	display: inline-block;
}

#login-form input {
	width: 50%;
	display: inline-block;
}

#form-login-remember label {
	width: 60%;
}
#form-login-remember input {
	width: 20px;
}

#login-form ul li {
	list-style-type: none;
}

.login-button {
	width: 100%;
}

#login-form a:hover,
.show_cart a:hover {
	/*color: #8FA7CA;*/
	color: #617EA8;
}

.ev-barion {
	padding-bottom: 12px;
	margin: 0;
}

/* Ü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 {
	background-color: #ff9966;
	padding: 8px;	
}

.alert-notice {
	background-color: #BFDDEE;
	padding: 8px;	
}

.alert > .close {
	color: black;
	cursor: pointer;
	display: none;
}

.alert > .close:hover {
	text-decoration: none;
}

.alert-heading {
	display: none;
}

@media all and (max-width: 860px) {
	#ev-topmenu li {
		width: auto;
		height: auto;
		display: block;
		text-align: left;
		padding: 0;
	}
	
	#ev-topmenu a {
		display: flex;
		align-items: center;
	}
	
	#ev-topmenu li img {
		width: 36px;
		display: inline-block;
		border: 0;
		padding-right: 12px;
	}
	
	#ev-topmenu li .image-title {
		display: inline-block;
	}
}

@media all and (max-width: 560px) {
	#ev-menuwrapper {
		display: block;
	}

	#ev-menu-left {
		width: 100%;
	}
	
	#ev-menu-right {
		width: 100%;
	}
}

#ev-beforecontent {
}

#ev-aftercontent {
}

#ev-beforefooter {
	clear: both;
}

#ev-footer {
	clear: both;
	/*background: rgba(0, 51, 102, 1);*/
	color: white;
	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;
}

.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;
	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;
}

.registration, .remind, .reset {
	display: inline-block;
}

.clear {
	clear: both;
}

/* contact */

.contact-address > dt {
	display: inline-block;
	float: left;
	padding-right: 1em;

}

.contact-address > dt,
.contact-address > dd
{
	padding-bottom: 0.5em;
}

.contact-address dd:last-child {
	padding-bottom: 12px;
	border-bottom: 1px solid lightgray;
}

/* VirtueMart */

#vmCartModule {
	border-top: 2px solid white;
	background-image: url('/evizsga/images/icons/cart.png');
	background-repeat: no-repeat;
	background-size: 40px;
	min-height: 32px;
	padding-left: 40px;
	padding-top: 10px;
}

#vmCartModule > .total {
	padding-right: 12px;
}

.orderby-displaynumber {
	display: none;
}

.product-container {
	padding: 12px !important;
}

.PricesalesPrice {
	font-size: x-large !important;
	font-weight: bold;
}

.quantity-box, .quantity-controls, .quantity-input, .vm2-add_quantity_cart {
	display: none !important;
}

.show_cart {
	float: left !important;
	padding-bottom: 12px;
}

.continue_link {
	float: left;
}
	
.showcart + div, .showcart + h4 {
	clear: both;
}

th.vm-cart-item-quantity {
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
}

.vm-cart-item-discount > span {
	display: none !important;
}

.cart-images > img {
	padding-right: 12px;
}

.cart-summary th, .vm-cart-item-sku {
	text-align: center;
}

.vm-cart-item-total .PricesalesPrice {
	font-size: inherit !important;
	text-align: right;
}

.vmpayment_description {
	display: block;
}

.checkoutForm {
	overflow-x: scroll;
}